1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:27:21 +01:00
MadelineProto/docs/TD_docs/constructors/messageChatDeletePhoto.md

539 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', ];

Or, if you're into Lua:

messageChatDeletePhoto={_='messageChatDeletePhoto', }