MadelineProto/old_docs/API_docs_v65/constructors/messageActionChatEditPhoto.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

622 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, ];

Or, if you're into Lua:

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