Layer 220
ChannelAdminLogEventActionChangeUsernames
The list of usernames associated with the channel was changed
constructor
channelAdminLogEventActionChangeUsernames#f04fb3a9 prev_value:Vector<string> new_value:Vector<string> = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | Vector<string> | Previous set of usernames |
| NewValue | Vector<string> | New set of usernames |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeUsernames constructor obj := &tg.ChannelAdminLogEventActionChangeUsernames{ PrevValue: "...", NewValue: "...", }