class
TD::PageBlockTableCell
- TD::PageBlockTableCell
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/page_block_table_cell.crConstructors
- .new(text : Union(TD::RichText, Nil), colspan : Int32, rowspan : Int32, align : TD::PageBlockHorizontalAlignment, valign : TD::PageBlockVerticalAlignment, is_header : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #align : TD::PageBlockHorizontalAlignment
- #align=(align : TD::PageBlockHorizontalAlignment)
- #colspan : Int32
- #colspan=(colspan : Int32)
- #is_header : Bool
- #is_header=(is_header : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #rowspan : Int32
- #rowspan=(rowspan : Int32)
- #text : TD::RichText?
- #text=(text : TD::RichText | Nil)
- #valign : TD::PageBlockVerticalAlignment
- #valign=(valign : TD::PageBlockVerticalAlignment)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(text : Union(TD::RichText, Nil), colspan : Int32, rowspan : Int32, align : TD::PageBlockHorizontalAlignment, valign : TD::PageBlockVerticalAlignment, is_header : Bool = false)
#