Layer 220
ChannelAdminLogEventActionChangeAvailableReactions
The set of allowed message reactions for this channel has changed
constructor
channelAdminLogEventActionChangeAvailableReactions#be4e0ef8 prev_value:ChatReactions new_value:ChatReactions = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | ChatReactions | Previously allowed reaction emojis |
| NewValue | ChatReactions | New allowed reaction emojis |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeAvailableReactions constructor obj := &tg.ChannelAdminLogEventActionChangeAvailableReactions{ PrevValue: &tg.ChatReactions{}, NewValue: &tg.ChatReactions{}, }