get_history
Retrieve message history from a Telegram bot by providing its username and optional message limit.
Instructions
Get message history with a Telegram bot.
Args:
bot: Bot username (e.g. '@BotFather' or 'BotFather')
limit: Number of messages to retrieve (default 20)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |