Sha256: ac9719db1112c1e81b8bcc4ccc48ed2ea98bb086c65d30f8650d688b425042a1
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
module TD::Types # Contains part of the list of user photos. # # @attr total_count [Integer] Total number of user profile photos. # @attr photos [Array<TD::Types::Photo>] A list of photos. class UserProfilePhotos < Base attribute :total_count, TD::Types::Integer attribute :photos, TD::Types::Array.of(TD::Types::Photo) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/user_profile_photos.rb |