MadelineProto/docs/API_docs/constructors/chatInviteAlready.md

17 lines
317 B
Markdown
Raw Normal View History

## Constructor: chatInviteAlready
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat|[Chat](../types/Chat.md) | Required|
### Type: [ChatInvite](../types/ChatInvite.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$chatInviteAlready = ['_' => chatInviteAlready', 'chat' => Chat, ];
```