MadelineProto/docs/API_docs/constructors/chatInviteAlready.md
2016-12-19 20:35:27 +03:00

15 lines
315 B
Markdown

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