InputReplyToMessage¶
- class pyrogram.types.InputReplyToMessage
Bases:
ObjectContains 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.todo_item_id (
int, optional) – TODO item ID for todo item replies.poll_option (
int, optional) – Poll option ID for poll option replies.monoforum_peer (
InputPeer, optional) – Monoforum peer for monoforum replies.