class
TD::PageBlockCaption
- TD::PageBlockCaption
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/page_block_caption.crConstructors
- .new(text : TD::RichText, credit : TD::RichText)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #credit : TD::RichText
- #credit=(credit : TD::RichText)
- #object_type : String
- #object_type=(object_type : String)
- #text : TD::RichText
- #text=(text : TD::RichText)