1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:07:51 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/messageActionChatDeletePhoto.md

564 B

title description
messageActionChatDeletePhoto messageActionChatDeletePhoto attributes, type and example

Constructor: messageActionChatDeletePhoto

Back to constructors index

Attributes:

Name Type Required

Type: MessageAction

Example:

$messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto', ];

Or, if you're into Lua:

messageActionChatDeletePhoto={_='messageActionChatDeletePhoto', }