List chats
The telegram_bot_api-list-chats tool allows developers to efficiently list available Telegram chats by retrieving updates using the official Telegram Bot API. It supports pagination and auto-paging features to streamline chat management and monitoring.
Features
- Lists available Telegram chats with ease using Telegram Bot API.
- Supports pagination by setting offset and limit parameters for controlled data retrieval.
- AutoPaging option enables automatic fetching of next pages by incrementing offset.
- Provides a structured JSON schema for precise input parameters and validation.
- Seamlessly integrates with Pipedream workflows for automated processing and bot management.
Benefits
- Simplifies retrieval of Telegram chat data for bot developers and administrators.
- Enhances efficiency by enabling automatic pagination handling during data listing.
- Allows customization of data fetch size to optimize performance and bandwidth.
- Improves bot interaction monitoring by providing up-to-date chats information.
- Facilitates easy integration into existing Telegram bot management pipelines.
Description
List available Telegram chats. See the docs for more information
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| offset | string | Enter the update ID <1, last update ID> you want to list from. Note: you can use this field to set your pagination - map last update ID from the result and increase this value by one to get next page. |
| limit | integer | Limits the number of updates to be retrieved <1-100>. |
| autoPaging | boolean | Check if to increasing the offset for the next request automatically. Caution: updates listed with |