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]];