Constructor: updateChannelPinnedTopic
A forum topic » was pinned or unpinned.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pinned | Bool | Optional | Whether the topic was pinned or unpinned |
channel_id | long | Yes | The forum ID |
topic_id | int | Yes | The topic ID |
Type: Update
Example:
$updateChannelPinnedTopic = ['_' => 'updateChannelPinnedTopic', 'pinned' => Bool, 'channel_id' => long, 'topic_id' => int];