MadelineProto/old_docs/API_docs_v65/constructors/exportedMessageLink.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

586 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, ];

Or, if you're into Lua:

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