class
TD::AnimatedChatPhoto
- TD::AnimatedChatPhoto
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/animated_chat_photo.crConstructors
- .new(length : Int32, file : TD::File, main_frame_timestamp : Float64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #file : TD::File
- #file=(file : TD::File)
- #length : Int32
- #length=(length : Int32)
- #main_frame_timestamp : Float64
- #main_frame_timestamp=(main_frame_timestamp : Float64)
- #object_type : String
- #object_type=(object_type : String)