telegram-search-messages
Search for specific text within Telegram chat conversations using filters like date ranges and result limits to find relevant messages quickly.
Instructions
Search messages in a Telegram chat by text
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| query | Yes | Search text | |
| limit | No | Max results | |
| minDate | No | Unix timestamp: only messages after this date | |
| maxDate | No | Unix timestamp: only messages before this date |