Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeUsernames

Back to constructors index

The list of usernames associated with the channel was changed

Attributes:

NameTypeRequiredDescription
prev_valueArray of stringYesPrevious set of usernames
new_valueArray of stringYesNew set of usernames

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeUsernames = ['_' => 'channelAdminLogEventActionChangeUsernames', 'prev_value' => ['string', 'string'], 'new_value' => ['string', 'string']];