InputMessageReplyToMessage¶
Describes a message to be replied in the same chat and forum topic
InputMessageReplyToMessage(
message_id: int53,
quote: InputTextQuote,
checklist_task_id: int32,
poll_option_id: string
) → InputMessageReplyTo
message_id¶
int53
The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied
quote¶
Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats
checklist_task_id¶
int32
Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message
poll_option_id¶
string
Identifier of the poll option in the message to be replied; pass an empty string if none