Telegram MCP Server

get_messages

Retrieve a specified count of messages from a Telegram entity using the provided ID, enabling targeted message extraction for efficient communication management.

Instructions

Get messages limited by a count from an entity

Input Schema

NameRequiredDescriptionDefault
countNo
idYes

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 0, "title": "Count", "type": "integer" }, "id": { "title": "Id", "type": "integer" } }, "required": [ "id" ], "title": "get_messagesArguments", "type": "object" }

You must be authenticated.

Other Tools from Telegram MCP Server

Related Tools

ID: 9oat3exviw