telegram-search-messages
Search for messages containing specific text in any Telegram chat. Filter results by date range and limit.
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 |