MadelineProtoDocs/old_docs/API_docs_v14/constructors/messageActionChatEditPhoto.md

740 B

title description image
messageActionChatEditPhoto Group profile changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionChatEditPhoto

Back to constructors index

Group profile changed

Attributes:

Name Type Required Description
photo Photo Optional New group pofile photo

Type: MessageAction

Example:

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

Or, if you're into Lua:

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