get_unread_messages
Retrieve all unread messages from a specific entity ID using the Telegram MCP Server. Simplify message management by accessing unread conversations in one step.
Instructions
get all unread messages from a given entity id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"default": null,
"title": "Id",
"type": "integer"
}
},
"title": "get_unread_messagesArguments",
"type": "object"
}