class
TD::PageBlockListItem
- TD::PageBlockListItem
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/page_block_list_item.crConstructors
- .new(label : String, page_blocks : Array(TD::PageBlock))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #label : String
- #label=(label : String)
- #object_type : String
- #object_type=(object_type : String)
- #page_blocks : Array(TD::PageBlock)
- #page_blocks=(page_blocks : Array(TD::PageBlock))