message_timeline
Retrieve message counts grouped by hour or day, filtered by chat and time range, to analyze communication patterns and activity trends.
Instructions
Get message counts grouped by time period (hour or day) from the local cache
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO datetime — only messages after this time | |
| before | No | ISO datetime — only messages before this time | |
| chat_id | No | Optional: scope to a specific chat | |
| granularity | No | Group by hour or day (default: day) | day |