Layer 227
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 flags .0? Vector < int > Ordered list containing the IDs of all pinned topics.

Returns

Update

Gogram Example

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