mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeAvailableReactions | The set of allowed message reactions » for this channel has changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeAvailableReactions
The set of allowed message reactions » for this channel has changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | ChatReactions | Yes | Previously allowed reaction emojis |
new_value | ChatReactions | Yes | New allowed reaction emojis |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeAvailableReactions = ['_' => 'channelAdminLogEventActionChangeAvailableReactions', 'prev_value' => ChatReactions, 'new_value' => ChatReactions];