741 B
741 B
title | description | image |
---|---|---|
messageActionChatEditPhoto | Message action chat edit photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChatEditPhoto
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}