Get Chats
get_chatsGet all group chats where the bot is a participant, including chat ID, title, type, participant count, and last activity time. Supports pagination.
Instructions
Get the list of all group chats where the bot is a participant. Returns chat_id, title, type, participant count, and last activity time. Use chat_id from results to read or send messages. NOTE: Only group chats are returned. Personal dialogs (type: dialog) are NOT included here — use get_updates to discover their chat_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of chats to return (1-100, default: 50) | |
| marker | No | Pagination marker from previous response |