750 B
750 B
title | description | image | redirect_from |
---|---|---|---|
stats.messageStats | stats.messageStats attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/stats_messageStats.html |
Constructor: stats.messageStats
Attributes:
Name | Type | Required |
---|---|---|
views_graph | StatsGraph | Yes |
Type: stats.MessageStats
Example:
$stats.messageStats = ['_' => 'stats.messageStats', 'views_graph' => StatsGraph];
Or, if you're into Lua:
stats.messageStats={_='stats.messageStats', views_graph=StatsGraph}