Constructor: channelAdminLogEventActionChangeAvailableReactions
The set of allowed message reactions » for this channel has changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | Array of string | Yes | Previously allowed reaction emojis |
new_value | Array of string | Yes | New allowed reaction emojis |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeAvailableReactions = ['_' => 'channelAdminLogEventActionChangeAvailableReactions', 'prev_value' => ['string', 'string'], 'new_value' => ['string', 'string']];