MadelineProtoDocs/docs/API_docs/constructors/messageActionChatEditPhoto.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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}