38 lines
617 B
Markdown
38 lines
617 B
Markdown
|
---
|
||
|
title: chatInviteLink
|
||
|
description: Contains chat invite link
|
||
|
---
|
||
|
## Constructor: chatInviteLink
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Contains chat invite link
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|invite\_link|[string](../types/string.md) | Yes|Chat invite link|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChatInviteLink](../types/ChatInviteLink.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$chatInviteLink = ['_' => 'chatInviteLink', 'invite_link' => string, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
chatInviteLink={_='chatInviteLink', invite_link=string, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|