MadelineProto/old_docs/API_docs_v68/constructors/messageActionChatEditPhoto.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

742 B

title description
messageActionChatEditPhoto messageActionChatEditPhoto attributes, type and example

Constructor: messageActionChatEditPhoto

Back to constructors index

Attributes:

Name Type Required
photo Photo Yes

Type: MessageAction

Example:

$messageActionChatEditPhoto = ['_' => 'messageActionChatEditPhoto', 'photo' => Photo];

PWRTelegram json-encoded version:

{"_": "messageActionChatEditPhoto", "photo": Photo}

Or, if you're into Lua:

messageActionChatEditPhoto={_='messageActionChatEditPhoto', photo=Photo}