MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeUsernames.md
2024-05-01 14:53:46 +02:00

1013 B

title description nav_exclude image
channelAdminLogEventActionChangeUsernames The list of usernames associated with the channel was changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeUsernames

Back to constructors index

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']];