mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
439 B
439 B
title |
---|
messageActionChatEditPhoto |
Constructor: messageActionChatEditPhoto
Attributes:
Name | Type | Required |
---|---|---|
photo | Photo | Required |
Type: MessageAction
Example:
$messageActionChatEditPhoto = ['_' => messageActionChatEditPhoto', 'photo' => Photo, ];