mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:14:38 +01:00
622 B
622 B
title | description |
---|---|
messageActionChatEditPhoto | messageActionChatEditPhoto attributes, type and example |
Constructor: messageActionChatEditPhoto
Attributes:
Name | Type | Required |
---|---|---|
photo | Photo | Yes |
Type: MessageAction
Example:
$messageActionChatEditPhoto = ['_' => 'messageActionChatEditPhoto', 'photo' => Photo, ];
Or, if you're into Lua:
messageActionChatEditPhoto={_='messageActionChatEditPhoto', photo=Photo, }