Layer 220
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

Gogram Example

// Creating ChannelAdminLogEventActionChangeAvailableReactions constructor
obj := &tg.ChannelAdminLogEventActionChangeAvailableReactions{
    PrevValue: &tg.ChatReactions{},
    NewValue: &tg.ChatReactions{},
}