MessageReplyHeader#
- class pyrogram.raw.types.MessageReplyHeader#
Message replies and thread information.
Constructor of
MessageReplyHeader
.- Details:
Layer:
158
ID:
A6D57763
- Parameters:
reply_to_msg_id (
int
32-bit
) – ID of message to which this message is replying.reply_to_scheduled (
bool
, optional) – This is a reply to a scheduled message.forum_topic (
bool
, optional) – Whether this message was sent in a forum topic (except for the General topic).reply_to_peer_id (
Peer
, optional) – For replies sent in channel discussion threads of which the current user is not a member, the discussion group ID.reply_to_top_id (
int
32-bit
, optional) – ID of the message that started this message thread.