MadelineProtoDocs/old_docs/API_docs_v102/constructors/messageActionChatEditPhoto.md
2019-06-24 15:45:02 +02:00

741 B

title description image
messageActionChatEditPhoto Message action chat edit photo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionChatEditPhoto

Back to constructors index

Message action chat edit photo

Attributes:

Name Type Required Description
photo Photo Optional Photo

Type: MessageAction

Example:

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

Or, if you're into Lua:

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