Class: TD::Types::InputChatPhoto::Previous

Inherits:
TD::Types::InputChatPhoto show all
Defined in:
lib/tdlib/types/input_chat_photo/previous.rb

Overview

A previously used profile photo of the current user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_photo_idInteger

Identifier of the current user’s profile photo to reuse.

Returns:

  • (Integer)

    the current value of chat_photo_id



5
6
7
# File 'lib/tdlib/types/input_chat_photo/previous.rb', line 5

def chat_photo_id
  @chat_photo_id
end