MadelineProto/docs/TD_docs/constructors/messageChatChangePhoto.md
2017-07-23 16:11:02 +02:00

745 B

title description
messageChatChangePhoto Chat photo changed

Constructor: messageChatChangePhoto

Back to constructors index

Chat photo changed

Attributes:

Name Type Required Description
photo photo Yes New chat photo

Type: MessageContent

Example:

$messageChatChangePhoto = ['_' => 'messageChatChangePhoto', 'photo' => photo, ];

PWRTelegram json-encoded version:

{"_":"messageChatChangePhoto","photo":"photo"}

Or, if you're into Lua:

messageChatChangePhoto={_='messageChatChangePhoto', photo=photo, }