873 B
873 B
title | description | image |
---|---|---|
exportedMessageLink | exportedMessageLink attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: exportedMessageLink
Attributes:
Name | Type | Required |
---|---|---|
link | string | Yes |
html | string | Yes |
Type: ExportedMessageLink
Example:
$exportedMessageLink = ['_' => 'exportedMessageLink', 'link' => 'string', 'html' => 'string'];
PWRTelegram json-encoded version:
{"_": "exportedMessageLink", "link": "string", "html": "string"}
Or, if you're into Lua:
exportedMessageLink={_='exportedMessageLink', link='string', html='string'}