messages.ReportReadMetrics¶
- class pyrogram.raw.functions.messages.ReportReadMetrics[source]¶
Report viewport read metrics for visible messages, indicating how long each message stayed in the chat viewport, see here » for more info on the full flow.
Usable by Users Bots- Details:
Layer:
229ID:
4067C5E6
- Parameters:
peer (
InputPeer) – Peer where the messages are locatedmetrics (List of
InputMessageReadMetric) – List of read metrics for individual messages
- Returns:
bool