Layer 220
InputReplyToMonoForum
Used to send messages to a monoforum topic.
constructor
inputReplyToMonoForum#69d66c45 monoforum_peer_id:InputPeer = InputReplyTo;
Parameters
| Name | Type | Description |
|---|---|---|
| MonoforumPeerId | InputPeer | The topic ID. |
Returns
InputReplyToGogram Example
// Creating InputReplyToMonoForum constructor obj := &tg.InputReplyToMonoForum{ MonoforumPeerId: &tg.InputPeerUser{UserID: int64(123456789)}, }