27 lines
457 B
Markdown
27 lines
457 B
Markdown
---
|
|
title: chatInviteAlready
|
|
description: chatInviteAlready attributes, type and example
|
|
---
|
|
## Constructor: chatInviteAlready
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|chat|[Chat](../types/Chat.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ChatInvite](../types/ChatInvite.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$chatInviteAlready = ['_' => 'chatInviteAlready', 'chat' => Chat, ];
|
|
```
|
|
|