Sha256: 1329aa080b5641dc4072cc764477c819dde5066943f6f94d73a85994ae02f6ac

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

module TD::Types
  # Describes the photo of a chat.
  #
  # @attr small [TD::Types::File] A small (160x160) chat photo.
  # @attr big [TD::Types::File] A big (640x640) chat photo.
  class ChatPhoto < Base
    attribute :small, TD::Types::File
    attribute :big, TD::Types::File
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/chat_photo.rb