Sha256: c25ceb78c3e40aa8e7e9ec15f461d3de53f2226ecb57bddb2d7100707a2ca294

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

module TD::Types
  # A previously used profile photo of the current user.
  #
  # @attr chat_photo_id [Integer] Identifier of the current user's profile photo to reuse.
  class InputChatPhoto::Previous < InputChatPhoto
    attribute :chat_photo_id, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_chat_photo/previous.rb