updatePinnedForumTopics
The pinned topics of a forum have changed.
type tg.UpdatePinnedForumTopics struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | The supergroup forum, private chat (for forum-enabled bots) or bot forum (for users) where the topic is located. |
Order | []int | — | Ordered list containing the IDs of all pinned topics. |
References
- Official documentation
- Generated Go reference
- TL definition:
updatePinnedForumTopics#def143d0