Sha256: 23a0a59312ea05643de743c6c2c31b135e5cc6ba2dcfbd3b4c2408dee7c96733
Contents?: true
Size: 519 Bytes
Versions: 3
Compression:
Stored size: 519 Bytes
Contents
module TD::Types # An animation message (GIF-style).. # # @attr animation [TD::Types::Animation] Message content. # @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-ruby-2.2.0 | lib/tdlib/types/message_content/animation.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/message_content/animation.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/message_content/animation.rb |