Sha256: 1bb12b43601a24a0c5a4fd324a1994025f257a7f93c9263aa5148a7c062c4f4e
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 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::Float end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_chat_photo/animation.rb |