Layer 220
constructor
notifyForumTopic#226e6308 peer:Peer top_msg_id:int = NotifyPeer;

Parameters

Name Type Description
Peer Peer Forum ID
TopMsgId int Topic ID

Returns

NotifyPeer

Gogram Example

// Creating NotifyForumTopic constructor
obj := &tg.NotifyForumTopic{
    Peer: &tg.Peer{},
    TopMsgId: 0,
}