Link Search Menu Expand Document

Constructor: updateChannelPinnedTopics

Back to constructors index

The pinned topics of a forum have changed.

Attributes:

NameTypeRequiredDescription
channel_idlongYesForum ID.
orderArray of intOptionalOrdered list containing the IDs of all pinned topics.

Type: Update

Example:

$updateChannelPinnedTopics = ['_' => 'updateChannelPinnedTopics', 'channel_id' => long, 'order' => [int, int]];