573 B
573 B
title | description |
---|---|
messageActionChatDeletePhoto | messageActionChatDeletePhoto attributes, type and example |
Constructor: messageActionChatDeletePhoto
Type: MessageAction
Example:
$messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto'];
PWRTelegram json-encoded version:
{"_": "messageActionChatDeletePhoto"}
Or, if you're into Lua:
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto'}