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