Layer 224
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

Update

Gogram Example

// Creating UpdatePinnedForumTopics constructor
obj := &tg.UpdatePinnedForumTopics{
    Peer: &tg.Peer{},

    // Optional fields:
    // Order: []int{},
}