MadelineProtoDocs/old_docs/API_docs_v14/constructors/chatInviteExported.md

698 B

title description image
chatInviteExported Exported chat invite https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInviteExported

Back to constructors index

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'}