- API ›
- Constructors ›
- InputReplyToMonoForum
InputReplyToMonoForum
---types--- inputReplyToMonoForum#69d66c45 monoforum_peer_id:InputPeer = InputReplyTo
Belongs to
| InputReplyTo |
In Rust this constructor is a variant of the enums::InputReplyTo enum.
Match on it with: if let enums::InputReplyTo::InputReplyToMonoForum(v) = result { ... }
Parameters
| monoforum_peer_id | InputPeer | required |
Used by
| ForwardMessages |
| ProlongWebView |
| RequestWebView |
| SaveDraft |
| SendInlineBotResult |
| SendMedia |
| SendMessage |
| SendMultiMedia |
| SendScreenshotNotification |