class
TD::InlineKeyboardButtonType::SwitchInline
Included Modules
- JSON::Serializable
Defined in:
telegram/types/inline_keyboard_button_type/switch_inline.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(query : String, in_current_chat : Bool = false)
Instance Method Summary
- #in_current_chat : Bool
- #in_current_chat=(in_current_chat : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #query : String
- #query=(query : String)