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