MadelineProtoDocs/docs/API_docs/constructors/messageActionChatEditPhoto.md
2024-05-01 14:53:46 +02:00

689 B

title description nav_exclude image
messageActionChatEditPhoto Group profile changed true 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 profile photo

Type: MessageAction

Example:

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