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