mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
881 B
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
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];