661 B
661 B
title | description | image |
---|---|---|
chatOnlines | Number of online users in a chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatOnlines
Number of online users in a chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
onlines | int | Yes | Number of online users |
Type: ChatOnlines
Example:
$chatOnlines = ['_' => 'chatOnlines', 'onlines' => int];
Or, if you're into Lua:
chatOnlines={_='chatOnlines', onlines=int}