- API ›
- Constructors ›
- InputReplyToMessage
InputReplyToMessage
---types--- inputReplyToMessage#3bd4b7c2 reply_to_msg_id:int top_msg_id:flags.0?int reply_to_peer_id:flags.1?InputPeer quote_text:flags.2?string quote_entities:flags.3?Vector<MessageEntity> quote_offset:flags.4?int monoforum_peer_id:flags.5?InputPeer todo_item_id:flags.6?int poll_option:flags.7?bytes = InputReplyTo
Belongs to
| InputReplyTo |
Parameters
| reply_to_msg_id | int | required |
| top_msg_id | int | optional |
| reply_to_peer_id | InputPeer | optional |
| quote_text | string | optional |
| quote_entities | Vector<MessageEntity> | optional |
| quote_offset | int | optional |
| monoforum_peer_id | InputPeer | optional |
| todo_item_id | int | optional |
| poll_option | bytes | optional |
Used by
| ForwardMessages |
| ProlongWebView |
| RequestWebView |
| SaveDraft |
| SendInlineBotResult |
| SendMedia |
| SendMessage |
| SendMultiMedia |
| SendScreenshotNotification |