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