MadelineProto/docs/TD_docs/constructors/messageChatDeletePhoto.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

639 B

title description
messageChatDeletePhoto Chat photo deleted

Constructor: messageChatDeletePhoto

Back to constructors index

Chat photo deleted

Attributes:

Name Type Required Description

Type: MessageContent

Example:

$messageChatDeletePhoto = ['_' => 'messageChatDeletePhoto'];

PWRTelegram json-encoded version:

{"_": "messageChatDeletePhoto"}

Or, if you're into Lua:

messageChatDeletePhoto={_='messageChatDeletePhoto'}