mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
891 B
891 B
title | description | nav_exclude | image |
---|---|---|---|
updateChannelPinnedTopics | The pinned topics of a forum have changed. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelPinnedTopics
The pinned topics of a forum have changed.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Forum ID. |
order | Array of int | Optional | Ordered list containing the IDs of all pinned topics. |
Type: Update
Example:
$updateChannelPinnedTopics = ['_' => 'updateChannelPinnedTopics', 'channel_id' => long, 'order' => [int, int]];