Class: TD::Types::MessageContent::SuggestProfilePhoto
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::SuggestProfilePhoto
- Defined in:
- lib/tdlib/types/message_content/suggest_profile_photo.rb
Overview
A profile photo was suggested to a user in a private chat.
Instance Attribute Summary collapse
-
#photo ⇒ TD::Types::ChatPhoto
The suggested chat photo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#photo ⇒ TD::Types::ChatPhoto
The suggested chat photo. Use the method setProfilePhoto with InputChatPhoto::Previous to apply the photo.
6 7 8 |
# File 'lib/tdlib/types/message_content/suggest_profile_photo.rb', line 6 def photo @photo end |