updatePinnedForumTopic
A forum topic » was pinned or unpinned.
type tg.UpdatePinnedForumTopic struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pinned | bool | — | Whether the topic was pinned or unpinned |
Peer | PeerClass | yes | The supergroup forum, private chat (for forum-enabled bots) or bot forum (for users) where the topic is located. |
TopicID | int | yes | The topic ID |
References
- Official documentation
- Generated Go reference
- TL definition:
updatePinnedForumTopic#683b2c52