class
TelegramBot::RichBlockTableCell
- TelegramBot::RichBlockTableCell
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/rich_block.crConstructors
- .new(align : String, valign : String, *, text : RichText | Nil = nil, is_header : Bool | Nil = nil, colspan : Int32 | Nil = nil, rowspan : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #align : String
- #align=(align : String)
- #colspan : Int32 | Nil
- #colspan=(colspan : Int32 | Nil)
- #is_header=(is_header : Bool | Nil)
- #is_header? : Bool | Nil
- #rowspan : Int32 | Nil
- #rowspan=(rowspan : Int32 | Nil)
- #text : RichText | Nil
- #text=(text : RichText | Nil)
- #valign : String
- #valign=(valign : String)
Constructor Detail
def self.new(align : String, valign : String, *, text : RichText | Nil = nil, is_header : Bool | Nil = nil, colspan : Int32 | Nil = nil, rowspan : Int32 | Nil = nil)
#