MadelineProtoDocs/docs/API_docs/constructors/statsGraphAsync.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];