MadelineProto/old_docs/API_docs_v68/constructors/exportedMessageLink.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

705 B

title description
exportedMessageLink exportedMessageLink attributes, type and example

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'}