Sha256: ada6ba15e0ee7696bad1c3ac795e2a4975a6633662d16944aaeaff55b67f6521
Contents?: true
Size: 611 Bytes
Versions: 2
Compression:
Stored size: 611 Bytes
Contents
module TD::Types # An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at # most 2MB in size. # # @attr animation [TD::Types::InputFile] Animation to be set as profile photo. # Only {TD::Types::InputFile::Local} and {TD::Types::InputFile::Generated} are allowed. # @attr main_frame_timestamp [Float] Timestamp of the frame, which will be used as static chat photo. class InputChatPhoto::Animation < InputChatPhoto attribute :animation, TD::Types::InputFile attribute :main_frame_timestamp, TD::Types::Coercible::Float end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_chat_photo/animation.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_chat_photo/animation.rb |