MadelineProtoDocs/old_docs/API_docs_v91/constructors/messageActionChatEditPhoto.md
2019-03-08 13:49:23 +01:00

864 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];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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