mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:06:55 +01:00
639 B
639 B
title | description |
---|---|
messageChatDeletePhoto | Chat photo deleted |
Constructor: messageChatDeletePhoto
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'}