Sha256: c6ff70aa148ad818906bcb72f94234ffb270d91451b820dd051a9562d7c00394

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

module TD::Types
  # Animated variant of a chat photo in MPEG4 format.
  #
  # @attr length [Integer] Animation width and height.
  # @attr file [TD::Types::File] Information about the animation file.
  # @attr main_frame_timestamp [Float] Timestamp of the frame, used as a static chat photo.
  class AnimatedChatPhoto < Base
    attribute :length, TD::Types::Coercible::Integer
    attribute :file, TD::Types::File
    attribute :main_frame_timestamp, TD::Types::Coercible::Float
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/animated_chat_photo.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/animated_chat_photo.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/animated_chat_photo.rb