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

968 B

title description image
channelAdminLogEventActionChangeLinkedChat The linked chat was changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeLinkedChat

Back to constructors index

The linked chat was changed

Attributes:

Name Type Required Description
prev_value int Yes Previous linked chat
new_value int Yes New linked chat

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeLinkedChat = ['_' => 'channelAdminLogEventActionChangeLinkedChat', 'prev_value' => int, 'new_value' => int];

Or, if you're into Lua:

channelAdminLogEventActionChangeLinkedChat={_='channelAdminLogEventActionChangeLinkedChat', prev_value=int, new_value=int}