Sha256: 83014e1eca7d20e82064540490d3de7df32fde8fa276087dddf7d79a72e976cb

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 Bytes

Contents

module TD::Types
  # An animation message (GIF-style)..
  #
  # @attr animation [TD::Types::Animation] The animation description.
  # @attr caption [TD::Types::FormattedText] Animation caption.
  # @attr is_secret [Boolean] True, if the animation thumbnail must be blurred and the animation must be shown only
  #   while tapped.
  class MessageContent::Animation < MessageContent
    attribute :animation, TD::Types::Animation
    attribute :caption, TD::Types::FormattedText
    attribute :is_secret, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/animation.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/animation.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/animation.rb