inputReplyToMessage#869fbe10 flags:# 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 = InputReplyTo;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| reply_to_msg_id |
int |
Identifier of the message being replied to. |
| top_msg_id |
flags.0?int |
Forum topic identifier. |
| 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 |
|
Type
InputReplyTo
Related pages
Types used here