ExportedMessageLink
- class pyrogram.raw.base.ExportedMessageLink
HTTP link and embed info of channel message
- Constructors:
This base type has 1 constructor available.
Link to a message in a supergroup/channel
- Functions:
This object can be returned by 1 function.
Get link and embed info of a message in a channel/supergroup
TL Schema
exportedMessageLink#5dab1af4
link:string
html:string
= ExportedMessageLink
Parameter Tree
ExportedMessageLink
├── link →
string└── html →
stringExample
ExportedMessageLink(
link="text",
html="text",
)