MadelineProtoDocs/old_docs/API_docs_v68/constructors/exportedMessageLink.md

692 B

title description image
exportedMessageLink Exported message link https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: exportedMessageLink

Back to constructors index

Exported message link

Attributes:

Name Type Required Description
link string Yes Link

Type: ExportedMessageLink

Example:

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

Or, if you're into Lua:

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