Layer 224
UpdatePinnedForumTopics
Pinned forum topics reordered
constructor
updatePinnedForumTopics#def143d0 flags:# peer:Peer order:flags.0?Vector<int> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | Forum peer |
| Order | Vector<int> | New order of topic IDs |
Returns
UpdateGogram Example
// Creating UpdatePinnedForumTopics constructor obj := &tg.UpdatePinnedForumTopics{ Peer: &tg.Peer{}, // Optional fields: // Order: []int{}, }