Telegram

Telegram

Telegram is a cloud-based messaging app with a focus on security and speed. Build bots to send messages, manage chats, and interact with users.

8VIEWS
2667USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app telegramnpx @composio/cli add cursor --app telegramnpx @composio/cli add cursor --app telegramnpx @composio/cli add cursor --app telegram

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Send Message

Send a text message to a telegram chat using the bot api.

Answer Callback Query

Use this method to send answers to callback queries sent from inline keyboards. the answer will be displayed to the user as a notification at the top of the chat screen or as an alert.

Delete Message

Delete a message, including service messages, with certain limitations.

Edit Message

Edit text messages sent by the bot.

Export Chat Invite Link

Generate a new primary invite link for a chat; any previously generated primary link is revoked. the bot must be an administrator in the chat for this to work and must have the appropriate administrator rights.

Forward Message

Forward messages of any kind. service messages can't be forwarded.

Get Chat Info

Get up to date information about the chat (current name of the user for one-on-one conversations, current username of a user, group or channel, etc.).

Get Chat Administrators

Get a list of administrators in a chat. on success, returns an array of chatmember objects that contains information about all chat administrators except other bots.

Get Chat History

Get chat history messages. note: this uses the getupdates method with specific parameters to retrieve historical messages.

Get Chat Members Count

Get the number of members in a chat. the bot must be an administrator in the chat for this to work.

Get Bot Info

Get basic information about the bot using the bot api getme method.

Get Updates

Use this method to receive incoming updates using long polling. an array of update objects is returned.

Send Document

Send general files (documents) to a telegram chat using the bot api.

Send Location

Send point on the map location to a telegram chat using the bot api.

Send Photo

Send photos to a telegram chat using the bot api.

Send Poll

Send a native poll to a telegram chat using the bot api.

Set Bot Commands

Use this method to change the list of the bot's commands. see https://core.telegram.org/bots#commands for more details about bot commands.

17 actions available