class
TD::RichText::Icon
- TD::RichText::Icon
- TD::RichText
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/rich_text/icon.crConstructors
- .new(document : TD::Document, width : Int32, height : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #document : TD::Document
- #document=(document : TD::Document)
- #height : Int32
- #height=(height : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #width : Int32
- #width=(width : Int32)