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