get_messages_by_date
Destructive
Retrieve Telegram messages from a specific chat on any date using chat ID and date parameters. Access archived daily conversations with optional timezone support.
Instructions
Get messages from a Telegram chat on a specific date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat ID to retrieve messages from | |
| date | Yes | Date in YYYY-MM-DD format | |
| timezone | No | IANA timezone (e.g. Europe/Madrid). Optional. |