Sha256: f60b40197cd543a24a7181d7f59c936e434d3a76a245b19012d8a8e2a7a3b543
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 Bytes
Contents
module TD::Types # A media album. # # @attr total_count [Integer] Number of messages in the album. # @attr has_photos [Boolean] True, if the album has at least one photo. # @attr has_videos [Boolean] True, if the album has at least one video. class PushMessageContent::MediaAlbum < PushMessageContent attribute :total_count, TD::Types::Integer attribute :has_photos, TD::Types::Bool attribute :has_videos, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/push_message_content/media_album.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/push_message_content/media_album.rb |