class
TD::ReplyMarkup::InlineKeyboard
- TD::ReplyMarkup::InlineKeyboard
- TD::ReplyMarkup
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/reply_markup/inline_keyboard.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(rows : Array(Array(TD::InlineKeyboardButton)))
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #rows : Array(Array(TD::InlineKeyboardButton))
- #rows=(rows : Array(Array(TD::InlineKeyboardButton)))