mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
916 B
916 B
title | description | nav_exclude | image |
---|---|---|---|
statsGraphAsync | This channel statistics graph must be generated asynchronously using stats.loadAsyncGraph to reduce server load | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGraphAsync
This channel statistics graph must be generated asynchronously using stats.loadAsyncGraph to reduce server load
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | Token to use for fetching the async graph |
Type: StatsGraph
Example:
$statsGraphAsync = ['_' => 'statsGraphAsync', 'token' => 'string'];