list_chats
Retrieve a paginated list of all chats that the bot has joined, including chat ID, name, and type. Use page parameters to control result size and pagination.
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 |