Class: TD::Types::InputChatPhoto::Previous
- Inherits:
-
TD::Types::InputChatPhoto
- Object
- Dry::Struct
- Base
- TD::Types::InputChatPhoto
- TD::Types::InputChatPhoto::Previous
- Defined in:
- lib/tdlib/types/input_chat_photo/previous.rb
Overview
A previously used profile photo of the current user.
Instance Attribute Summary collapse
-
#chat_photo_id ⇒ Integer
Identifier of the current user’s profile photo to reuse.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_photo_id ⇒ Integer
Identifier of the current user’s profile photo to reuse.
5 6 7 |
# File 'lib/tdlib/types/input_chat_photo/previous.rb', line 5 def chat_photo_id @chat_photo_id end |