- API ›
- Constructors ›
- NotifyForumTopic
NotifyForumTopic
---types--- notifyForumTopic#226e6308 peer:Peer top_msg_id:int = NotifyPeer
Belongs to
| NotifyPeer |
In Rust this constructor is a variant of the enums::NotifyPeer enum.
Match on it with: if let enums::NotifyPeer::NotifyForumTopic(v) = result { ... }