GetDiscussionMessage¶
-
class
pyrogram.raw.functions.messages.
GetDiscussionMessage
¶ 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.
- Details
Layer:
122
ID:
0x446972fd
- Parameters
peer (
InputPeer
) – Channel ID.msg_id (
int
32-bit
) – Message ID.
- Returns
messages.DiscussionMessage
– Info about a message thread.