- API ›
- Constructors ›
- UpdatePinnedForumTopic
UpdatePinnedForumTopic
---types--- updatePinnedForumTopic#683b2c52 pinned:flags.0?true peer:Peer topic_id:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePinnedForumTopic(v) = result { ... }