Layer 220
constructor
channelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value:string = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue string Old username
NewValue string New username

Gogram Example

// Creating ChannelAdminLogEventActionChangeUsername constructor
obj := &tg.ChannelAdminLogEventActionChangeUsername{
    PrevValue: "...",
    NewValue: "...",
}