Telegram MCP Server

ListDialogs

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