Layer 220
InputNotifyForumTopic
Notifications generated by a topic in a forum.
constructor
inputNotifyForumTopic#5c467992 peer:InputPeer top_msg_id:int = InputNotifyPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | Forum ID |
| TopMsgId | int | Topic ID |
Returns
InputNotifyPeerGogram Example
// Creating InputNotifyForumTopic constructor obj := &tg.InputNotifyForumTopic{ Peer: &tg.InputPeerUser{UserID: int64(123456789)}, TopMsgId: 0, }