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