1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-21 01:27:33 +01:00
2017-11-15 12:41:58 +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'}