MadelineProto/docs/API_docs/constructors/chatInviteAlready.md
2016-12-20 13:15:22 +01:00

24 lines
392 B
Markdown

---
title: chatInviteAlready
---
## 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, ];
```