Layer 220
constructor
inputNotifyForumTopic#5c467992 peer:InputPeer top_msg_id:int = InputNotifyPeer;

Parameters

Name Type Description
Peer InputPeer Forum ID
TopMsgId int Topic ID

Returns

InputNotifyPeer

Gogram Example

// Creating InputNotifyForumTopic constructor
obj := &tg.InputNotifyForumTopic{
    Peer: &tg.InputPeerUser{UserID: int64(123456789)},
    TopMsgId: 0,
}