stats.MessageStats
- class pyrogram.raw.base.stats.MessageStats
Message statistics
- Constructors:
This base type has 1 constructor available.
Message statistics
- Functions:
This object can be returned by 1 function.
Get message statistics
TL Schema
stats.messageStats#7fe91c14
views_graph:StatsGraph
reactions_by_emotion_graph:StatsGraph
= stats.MessageStats
Parameter Tree
MessageStats
├── views_graph →
StatsGraph│ ├──
StatsGraphAsync│ │ └── token →
string│ ├──
StatsGraphError│ │ └── error →
string│ └──
StatsGraph│ ├── json →
DataJSON│ │ └──
DataJSON│ │ └── data →
string│ └── zoom_token →
string (optional)└── reactions_by_emotion_graph →
StatsGraphExample
MessageStats(
views_graph=StatsGraphAsync(token="text"),
reactions_by_emotion_graph=StatsGraphAsync(token="text"),
)