class
TD::PageBlock::BlockQuote
- TD::PageBlock::BlockQuote
- TD::PageBlock
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/page_block/block_quote.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)