channelAdminLogEventActionChangeUsernames
The list of usernames associated with the channel was changed
type tg.ChannelAdminLogEventActionChangeUsernames struct { /* ... */ }
Implements ChannelAdminLogEventAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PrevValue | []string | yes | Previous set of usernames |
NewValue | []string | yes | New set of usernames |
References
- Official documentation
- Generated Go reference
- TL definition:
channelAdminLogEventActionChangeUsernames#f04fb3a9