Sha256: 18ec1911e29ff03c376f1f3c0dcabe3704f7d54b736afc8691fe1fdd8637ca66

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 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::UserProfilePhoto>] A list of photos.
  class UserProfilePhotos < Base
    attribute :total_count, TD::Types::Integer
    attribute :photos, TD::Types::Array.of(TD::Types::UserProfilePhoto)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/user_profile_photos.rb
tdlib-ruby-2.1.0 lib/tdlib/types/user_profile_photos.rb