MadelineProto/docs/API_docs/constructors/chatInviteAlready.md

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, ];
```