InputReplyToMessage

class pyrogram.types.InputReplyToMessage

Contains information about a target replied message.

Parameters:
  • reply_to_message_id (int, optional) – ID of the original message you want to reply.

  • message_thread_id (int, optional) – Unique identifier for the target message thread (topic) of the forum. for forum supergroups only.

  • reply_to_chat (InputPeer, optional) – Unique identifier for the origin chat. for reply to message from another chat.

  • quote_text (str, optional) – Text to quote. for reply_to_message only.

  • quote_entities (List of MessageEntity) – Entities to quote. for reply_to_message only.