Layer 220
constructor
channelAdminLogEventActionChangeLinkedChat#50c7ac8 prev_value:long new_value:long = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue long Previous linked chat
NewValue long New linked chat

Gogram Example

// Creating ChannelAdminLogEventActionChangeLinkedChat constructor
obj := &tg.ChannelAdminLogEventActionChangeLinkedChat{
    PrevValue: int64(0),
    NewValue: int64(0),
}