ExportedMessageLink
- class pyrogram.raw.types.ExportedMessageLink
Link to a message in a supergroup/channel
Constructor of
ExportedMessageLink.- Details:
Layer:
223ID:
5DAB1AF4
- Parameters:
link (
str) – URLhtml (
str) – Embed code
- 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",
)