MadelineProtoDocs/old_docs/API_docs_v81/constructors/chatInviteExported.md

768 B

title description image
chatInviteExported chatInviteExported attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInviteExported

Back to constructors index

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