MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeLinkedChat.md
2024-05-01 14:53:46 +02:00

881 B

title description nav_exclude image
channelAdminLogEventActionChangeLinkedChat The linked chat was changed true 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 long Yes Previous linked chat
new_value long Yes New linked chat

Type: ChannelAdminLogEventAction

Example:

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