Layer 220
ChannelAdminLogEventActionChangeUsername
Channel/supergroup username was changed
constructor
channelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value:string = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | string | Old username |
| NewValue | string | New username |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeUsername constructor obj := &tg.ChannelAdminLogEventActionChangeUsername{ PrevValue: "...", NewValue: "...", }