class
TelegramBot::InputRichBlockTable
- TelegramBot::InputRichBlockTable
- TelegramBot::InputRichBlock
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/input_rich_block.crConstructors
- .new(pull : JSON::PullParser)
- .new(cells : Array(Array(RichBlockTableCell)), *, is_bordered : Bool | Nil = nil, is_striped : Bool | Nil = nil, is_compact : Bool | Nil = nil, caption : RichText | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #caption : RichText | Nil
- #caption=(caption : RichText | Nil)
- #cells : Array(Array(RichBlockTableCell))
- #cells=(cells : Array(Array(RichBlockTableCell)))
- #is_bordered=(is_bordered : Bool | Nil)
- #is_bordered? : Bool | Nil
- #is_compact=(is_compact : Bool | Nil)
- #is_compact? : Bool | Nil
- #is_striped=(is_striped : Bool | Nil)
- #is_striped? : Bool | Nil
- #type : String
- #type=(type : String)
Instance methods inherited from class TelegramBot::InputRichBlock
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::InputRichBlock
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new
Constructor Detail
def self.new(cells : Array(Array(RichBlockTableCell)), *, is_bordered : Bool | Nil = nil, is_striped : Bool | Nil = nil, is_compact : Bool | Nil = nil, caption : RichText | Nil = nil)
#