mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
702 B
702 B
title | description |
---|---|
exportedMessageLink | exportedMessageLink attributes, type and example |
Constructor: exportedMessageLink
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, }