mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
689 B
689 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionChatEditPhoto | Group profile changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChatEditPhoto
Group profile changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
photo | Photo | Optional | New group profile photo |
Type: MessageAction
Example:
$messageActionChatEditPhoto = ['_' => 'messageActionChatEditPhoto', 'photo' => Photo];