mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
987 B
987 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeEmojiStatus | The emoji status was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeEmojiStatus
The emoji status was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | EmojiStatus | Optional | Previous emoji status |
new_value | EmojiStatus | Optional | New emoji status |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeEmojiStatus = ['_' => 'channelAdminLogEventActionChangeEmojiStatus', 'prev_value' => EmojiStatus, 'new_value' => EmojiStatus];