class
TD::CallbackQueryAnswer
- TD::CallbackQueryAnswer
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/callback_query_answer.crConstructors
- .new(text : String, url : String, show_alert : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #show_alert : Bool
- #show_alert=(show_alert : Bool)
- #text : String
- #text=(text : String)
- #url : String
- #url=(url : String)