mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
883 B
883 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeTitle | Channel/supergroup title was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeTitle
Channel/supergroup title was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | string | Yes | Previous title |
new_value | string | Yes | New title |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeTitle = ['_' => 'channelAdminLogEventActionChangeTitle', 'prev_value' => 'string', 'new_value' => 'string'];