telegram-search-messages
Search messages in a Telegram chat by text query, with optional date range and result limit filters.
Instructions
Search messages in a specific Telegram chat by text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | Yes | Search text | |
| chatId | Yes | Chat ID or username | |
| maxDate | No | Unix timestamp: only messages before this date | |
| minDate | No | Unix timestamp: only messages after this date |