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

955 B

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

Constructor: channelAdminLogEventActionChangeLinkedChat

Back to constructors index

Linked chat was changed

Attributes:

Name Type Required Description
prev_value int Yes Old 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}