Sha256: fd5c8fea3a4474777dd137e8e2ca49016d0c58303920897ab4f30ab61ddbcd33
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 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::Integer attribute :photos, TD::Types::Array.of(TD::Types::ChatPhoto) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_photos.rb |