mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
564 B
564 B
title | description |
---|---|
messageActionChatDeletePhoto | messageActionChatDeletePhoto attributes, type and example |
Constructor: messageActionChatDeletePhoto
Attributes:
Name | Type | Required |
---|
Type: MessageAction
Example:
$messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto', ];
Or, if you're into Lua:
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto', }