get_bot_storage_keys
Retrieve storage key names for a Telegram bot, separating sync and async storage types. Useful for inspecting stored data without retrieving values.
Instructions
List bot storage keys (without values) for sync and async storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botid | Yes | The numeric bot ID. | |
| refresh | No | Bypass cache if true. |