mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 23:47:48 +01:00
577 B
577 B
title | description |
---|---|
chatInviteExported | chatInviteExported attributes, type and example |
Constructor: chatInviteExported
Attributes:
Name | Type | Required |
---|---|---|
link | string | Yes |
Type: ExportedChatInvite
Example:
$chatInviteExported = ['_' => 'chatInviteExported', 'link' => string, ];
Or, if you're into Lua:
chatInviteExported={_='chatInviteExported', link=string, }