Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeUsername

Back to constructors index

Channel/supergroup username was changed

Attributes:

NameTypeRequiredDescription
prev_valuestringYesOld username
new_valuestringYesNew username

Type: ChannelAdminLogEventAction

Example:

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