Layer 224
UpdatePinnedForumTopics
The pinned topics of a forum have changed.
constructor
updatePinnedForumTopics#def143d0 flags:# peer:Peer order:flags.0?Vector<int> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | The supergroup forum, private chat (for forum-enabled bots) or bot forum (for users) where the topic is located. |
| Order | Vector<int> | Ordered list containing the IDs of all pinned topics. |
Returns
UpdateGogram Example
// Creating UpdatePinnedForumTopics constructor obj := &tg.UpdatePinnedForumTopics{ Peer: &tg.Peer{}, // Optional fields: // Order: []int{}, }