Skip to content

InputMessageReplyToExternalMessage

Type · TDLib 1.8.67 · d1085f9c

Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats

InputMessageReplyToExternalMessage(
  chat_id: int53,
  message_id: int53,
  quote: InputTextQuote,
  checklist_task_id: int32,
  poll_option_id: string
) → InputMessageReplyTo

chat_id

int53

The identifier of the chat to which the message to be replied belongs

message_id

int53

The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.can_be_replied_in_another_chat

quote

InputTextQuote

Quote from the message to be replied; pass null if none

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