mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1013 B
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
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']];