Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeTitle

Back to constructors index

Channel/supergroup title was changed

Attributes:

NameTypeRequiredDescription
prev_valuestringYesPrevious title
new_valuestringYesNew title

Type: ChannelAdminLogEventAction

Example:

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