get_recent_messages
Retrieve recent Telegram messages from channels, groups, or private chats, with optional limits and time filters, to review or process chat activity.
Instructions
Get recent messages from a Telegram channel, group, or private chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent messages to retrieve (default: 10, max: 100) | |
| channel | Yes | Channel username (@channelname), group username, private chat username (@username), phone number (+1234567890), or chat ID | |
| sinceDate | No | Get messages since this date (ISO format: 2023-12-01T10:00:00Z) | |
| sinceHours | No | Get messages from the last N hours | |
| sinceMinutes | No | Get messages from the last N minutes |