class
TD::KeyboardButton
- TD::KeyboardButton
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/keyboard_button.crConstructors
- .new(text : String, type : TD::KeyboardButtonType)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #text : String
- #text=(text : String)
- #type : TD::KeyboardButtonType
- #type=(type : TD::KeyboardButtonType)