1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 05:07:19 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatEditPhoto.md
2016-12-30 23:21:36 +03:00

509 B

title description
messageActionChatEditPhoto messageActionChatEditPhoto attributes, type and example

Constructor: messageActionChatEditPhoto

Back to constructors index

Attributes:

Name Type Required
photo Photo Required

Type: MessageAction

Example:

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