MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionC...

976 B

title description image
channelAdminLogEventActionChangeTitle Channel/supergroup title was changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeTitle

Back to constructors index

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

Or, if you're into Lua:

channelAdminLogEventActionChangeTitle={_='channelAdminLogEventActionChangeTitle', prev_value='string', new_value='string'}