Class: TD::Types::InputChatPhoto::Static
- Inherits:
-
TD::Types::InputChatPhoto
- Object
- Dry::Struct
- Base
- TD::Types::InputChatPhoto
- TD::Types::InputChatPhoto::Static
- Defined in:
- lib/tdlib/types/input_chat_photo/static.rb
Overview
A static photo in JPEG format.
Instance Attribute Summary collapse
-
#photo ⇒ TD::Types::InputFile
Photo to be set as profile photo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#photo ⇒ TD::Types::InputFile
Photo to be set as profile photo. Only TD::Types::InputFile::Local and TD::Types::InputFile::Generated are allowed.
6 7 8 |
# File 'lib/tdlib/types/input_chat_photo/static.rb', line 6 def photo @photo end |