Constructor: channelAdminLogEventActionChangeUsernames
The list of usernames associated with the channel was changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| prev_value | Array of string | Yes | Previous set of usernames |
| new_value | Array of string | Yes | New set of usernames |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeUsernames = ['_' => 'channelAdminLogEventActionChangeUsernames', 'prev_value' => ['string', 'string'], 'new_value' => ['string', 'string']];