MadelineProtoDocs/old_docs/API_docs_v105/constructors/chatOnlines.md

39 lines
606 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: chatOnlines
description: Chat onlines
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatOnlines
[Back to constructors index](index.md)
Chat onlines
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|onlines|[int](../types/int.md) | Yes|Onlines|
### Type: [ChatOnlines](../types/ChatOnlines.md)
### Example:
```php
$chatOnlines = ['_' => 'chatOnlines', 'onlines' => int];
```
Or, if you're into Lua:
```lua
chatOnlines={_='chatOnlines', onlines=int}
```