Sha256: d62714372df2393c750c44194d40b64a2ea442cf1ccb67a4f15761f062644561
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # Contains a list of chat or user profile photos. # # @attr total_count [Integer] Total number of photos. # @attr photos [Array<TD::Types::ChatPhoto>] List of photos. class ChatPhotos < Base attribute :total_count, TD::Types::Coercible::Integer attribute :photos, TD::Types::Array.of(TD::Types::ChatPhoto) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/chat_photos.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_photos.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_photos.rb |