MadelineProtoDocs/old_docs/API_docs_v66/constructors/exportedMessageLink.md
2018-04-04 19:52:48 +02:00

779 B

title description image
exportedMessageLink exportedMessageLink attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Back to constructors index

Attributes:

Name Type Required
link string Yes

Type: ExportedMessageLink

Example:

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

PWRTelegram json-encoded version:

{"_": "exportedMessageLink", "link": "string"}

Or, if you're into Lua:

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