MadelineProtoDocs/docs/API_docs/constructors/exportedMessageLink.md

819 B

title description image
exportedMessageLink Link to a message in a supergroup/channel https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: exportedMessageLink

Back to constructors index

Link to a message in a supergroup/channel

Attributes:

Name Type Required Description
link string Yes URL
html string Yes Embed code

Type: ExportedMessageLink

Example:

$exportedMessageLink = ['_' => 'exportedMessageLink', 'link' => 'string', 'html' => 'string'];

Or, if you're into Lua:

exportedMessageLink={_='exportedMessageLink', link='string', html='string'}