Telegram MCP Server

ListDialogs

Retrieve and organize available Telegram dialogs, chats, and channels. Filter results by archived status, pinned chats, or unread messages for streamlined chat management.

Instructions

List available dialogs, chats and channels.

Input Schema

NameRequiredDescriptionDefault
archivedNo
ignore_pinnedNo
unreadNo

Input Schema (JSON Schema)

{ "description": "List available dialogs, chats and channels.", "properties": { "archived": { "default": false, "title": "Archived", "type": "boolean" }, "ignore_pinned": { "default": false, "title": "Ignore Pinned", "type": "boolean" }, "unread": { "default": false, "title": "Unread", "type": "boolean" } }, "title": "ListDialogs", "type": "object" }

You must be authenticated.

Other Tools from Telegram MCP Server

Related Tools

ID: 484jega1au