messages.DiscussionMessage
- class pyrogram.raw.types.messages.DiscussionMessage
 Information about a message thread
Constructor of
DiscussionMessage.- Details:
 Layer:
196ID:
A6341782
- Parameters:
 messages (List of
Message) – The messages from which the thread starts. The messages are returned in reverse chronological order (i.e., in order of decreasing message ID).unread_count (
int32-bit) – Number of unread messageschats (List of
Chat) – Chats mentioned in constructorusers (List of
User) – Users mentioned in constructormax_id (
int32-bit, optional) – Message ID of latest reply in this threadread_inbox_max_id (
int32-bit, optional) – Message ID of latest read incoming message in this threadread_outbox_max_id (
int32-bit, optional) – Message ID of latest read outgoing message in this thread
- Functions:
 This object can be returned by 1 function.
Get discussion message from the associated discussion group of a channel to show it on top of the comment section, without actually joining the group