740 B
740 B
title | description | image |
---|---|---|
messageActionChatEditPhoto | Group profile changed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChatEditPhoto
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}