Layer 220
NotifyForumTopic
Notifications generated by a topic in a forum.
constructor
notifyForumTopic#226e6308 peer:Peer top_msg_id:int = NotifyPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | Forum ID |
| TopMsgId | int | Topic ID |
Returns
NotifyPeerGogram Example
// Creating NotifyForumTopic constructor obj := &tg.NotifyForumTopic{ Peer: &tg.Peer{}, TopMsgId: 0, }