Layer 224
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: "Hello, World!",
    NewValue: "Hello, World!",
}