MadelineProto/old_docs/API_docs_v68/constructors/chatInviteExported.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

695 B

title description
chatInviteExported chatInviteExported attributes, type and example

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