Layer 220
ChannelAdminLogEventActionChangeLinkedChat
The linked chat was changed
constructor
channelAdminLogEventActionChangeLinkedChat#50c7ac8 prev_value:long new_value:long = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | long | Previous linked chat |
| NewValue | long | New linked chat |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeLinkedChat constructor obj := &tg.ChannelAdminLogEventActionChangeLinkedChat{ PrevValue: int64(0), NewValue: int64(0), }