list_chats
Retrieve all chats the bot has joined, including chat IDs, names, and types, with pagination support for large lists.
Instructions
[Official API] List all chats the bot has joined. Returns chat_id, name, type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Items per page (default 20, max 100) | |
| page_token | No | Pagination token |