MadelineProtoDocs/docs/API_docs/constructors/updateChannelPinnedTopics.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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