17 lines
290 B
Markdown
17 lines
290 B
Markdown
## Constructor: chatInviteAlready
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|chat|[Chat](../types/Chat.md) | Required|
|
|
|
|
|
|
### Type: [ChatInvite](../types/ChatInvite.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$chatInviteAlready = ['chat' => Chat, ];
|
|
``` |