698 B
698 B
title | description | image |
---|---|---|
chatInviteExported | Exported chat invite | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatInviteExported
Exported chat invite
Attributes:
Name | Type | Required | Description |
---|---|---|---|
link | string | Yes | Chat invitation link |
Type: ExportedChatInvite
Example:
$chatInviteExported = ['_' => 'chatInviteExported', 'link' => 'string'];
Or, if you're into Lua:
chatInviteExported={_='chatInviteExported', link='string'}