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