ExportMessageLink¶
-
class
pyrogram.raw.functions.channels.
ExportMessageLink
¶ Get link and embed info of a message in a channel/supergroup.
- Details
Layer:
126
ID:
0xe63fadeb
- Parameters
channel (
InputChannel
) – Channel.id (
int
32-bit
) – Message ID.grouped (
bool
, optional) – Whether to include other grouped media (for albums).thread (
bool
, optional) – Whether to also include a thread ID, if available, inside of the link.
- Returns
ExportedMessageLink
– HTTP link and embed info of channel message.