Class: TD::Types::AnimatedChatPhoto
- Defined in:
- lib/tdlib/types/animated_chat_photo.rb
Overview
Animated variant of a chat photo in MPEG4 format.
Instance Attribute Summary collapse
-
#file ⇒ TD::Types::File
Information about the animation file.
-
#length ⇒ Integer
Animation width and height.
-
#main_frame_timestamp ⇒ Float
Timestamp of the frame, used as a static chat photo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#file ⇒ TD::Types::File
Information about the animation file.
7 8 9 |
# File 'lib/tdlib/types/animated_chat_photo.rb', line 7 def file @file end |
#length ⇒ Integer
Animation width and height.
7 8 9 |
# File 'lib/tdlib/types/animated_chat_photo.rb', line 7 def length @length end |
#main_frame_timestamp ⇒ Float
Timestamp of the frame, used as a static chat photo.
7 8 9 |
# File 'lib/tdlib/types/animated_chat_photo.rb', line 7 def @main_frame_timestamp end |