Open Connector
所有 Tools

Telegram logoTelegram

Use the Telegram Bot API to inspect bots, receive updates, send messages and media, manage chats, handle payments, and work with stickers.

telegramvcatalog-v150 个 Tools

认证方式

方式底层类型状态说明
Bot Tokenapi_keyavailable

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "TELEGRAM_ADD_STICKER_TO_SET",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TELEGRAM_ADD_STICKER_TO_SET", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute TELEGRAM_ADD_STICKER_TO_SET --data '{ }'

Tool 目录

可用 Tools

50 个可调用操作

Add Sticker to SetTELEGRAM_ADD_STICKER_TO_SETAdd a new sticker to a set created by the bot.

Add a new sticker to a set created by the bot.

认证

需要 Connected Account

Tags

Stickers
Answer Callback QueryTELEGRAM_ANSWER_CALLBACK_QUERYSend answers to callback queries sent from inline keyboards.

Send answers to callback queries sent from inline keyboards.

认证

需要 Connected Account

Tags

Messaging
Answer Pre-Checkout QueryTELEGRAM_ANSWER_PRE_CHECKOUT_QUERYRespond to pre-checkout queries.

Respond to pre-checkout queries.

认证

需要 Connected Account

Tags

Payments
Answer Shipping QueryTELEGRAM_ANSWER_SHIPPING_QUERYReply to shipping queries.

Reply to shipping queries.

认证

需要 Connected Account

Tags

Payments
Approve Chat Join RequestTELEGRAM_APPROVE_CHAT_JOIN_REQUESTApprove a chat join request.

Approve a chat join request.

认证

需要 Connected Account

Tags

Member Management
Ban Chat MemberTELEGRAM_BAN_CHAT_MEMBERBan a user in a group, a supergroup or a channel.

Ban a user in a group, a supergroup or a channel.

认证

需要 Connected Account

Tags

Member Management
Copy MessageTELEGRAM_COPY_MESSAGECopy messages of any kind without the forward marker.

Copy messages of any kind without the forward marker.

认证

需要 Connected Account

Tags

Messaging
Create Chat Invite LinkTELEGRAM_CREATE_CHAT_INVITE_LINKCreate an additional invite link for a chat.

Create an additional invite link for a chat.

认证

需要 Connected Account

Tags

Invites
Create New Sticker SetTELEGRAM_CREATE_NEW_STICKER_SETCreate a new sticker set owned by a user.

Create a new sticker set owned by a user.

认证

需要 Connected Account

Tags

Stickers
Decline Chat Join RequestTELEGRAM_DECLINE_CHAT_JOIN_REQUESTDecline a chat join request.

Decline a chat join request.

认证

需要 Connected Account

Tags

Member Management
Delete Chat PhotoTELEGRAM_DELETE_CHAT_PHOTODelete a chat photo.

Delete a chat photo.

认证

需要 Connected Account

Tags

Chat Management
Delete MessageTELEGRAM_DELETE_MESSAGEDelete a message, including service messages.

Delete a message, including service messages.

认证

需要 Connected Account

Tags

Message Editing
Delete WebhookTELEGRAM_DELETE_WEBHOOKRemove webhook integration.

Remove webhook integration.

认证

需要 Connected Account

Tags

Getting Updates
Edit Message CaptionTELEGRAM_EDIT_MESSAGE_CAPTIONEdit captions of messages.

Edit captions of messages.

认证

需要 Connected Account

Tags

Message Editing
Edit Message TextTELEGRAM_EDIT_MESSAGE_TEXTEdit text and game messages.

Edit text and game messages.

认证

需要 Connected Account

Tags

Message Editing
Export Chat Invite LinkTELEGRAM_EXPORT_CHAT_INVITE_LINKGenerate a new primary invite link for a chat.

Generate a new primary invite link for a chat.

认证

需要 Connected Account

Tags

Invites
Forward MessageTELEGRAM_FORWARD_MESSAGEForward messages of any kind.

Forward messages of any kind.

认证

需要 Connected Account

Tags

Messaging
Get ChatTELEGRAM_GET_CHATGet up-to-date information about the chat.

Get up-to-date information about the chat.

认证

需要 Connected Account

Tags

Chat Management
Get Chat AdministratorsTELEGRAM_GET_CHAT_ADMINISTRATORSGet a list of administrators in a chat.

Get a list of administrators in a chat.

认证

需要 Connected Account

Tags

Chat Management
Get Chat MemberTELEGRAM_GET_CHAT_MEMBERGet information about a member of a chat.

Get information about a member of a chat.

认证

需要 Connected Account

Tags

Chat Management
Get Chat Member CountTELEGRAM_GET_CHAT_MEMBER_COUNTGet the number of members in a chat.

Get the number of members in a chat.

认证

需要 Connected Account

Tags

Chat Management
Get FileTELEGRAM_GET_FILEGet basic info about a file and prepare it for downloading.

Get basic info about a file and prepare it for downloading.

认证

需要 Connected Account

Tags

Bot Info
Get Bot InfoTELEGRAM_GET_MEA simple method for testing your bot authentication token. Returns basic information about the bot in the form of a User object.

A simple method for testing your bot authentication token. Returns basic information about the bot in the form of a User object.

认证

需要 Connected Account

Tags

Bot Info
Get My CommandsTELEGRAM_GET_MY_COMMANDSGet the current list of the bot commands.

Get the current list of the bot commands.

认证

需要 Connected Account

Tags

Bot Info
Get UpdatesTELEGRAM_GET_UPDATESReceive incoming updates using long polling. Returns an array of Update objects. Notes: this method will not work if an outgoing webhook is set up.

Receive incoming updates using long polling. Returns an array of Update objects. Notes: this method will not work if an outgoing webhook is set up.

认证

需要 Connected Account

Tags

Getting Updates
Get User Profile PhotosTELEGRAM_GET_USER_PROFILE_PHOTOSGet a list of profile pictures for a user.

Get a list of profile pictures for a user.

认证

需要 Connected Account

Tags

Bot Info
Get Webhook InfoTELEGRAM_GET_WEBHOOK_INFOGet current webhook status.

Get current webhook status.

认证

需要 Connected Account

Tags

Getting Updates
Leave ChatTELEGRAM_LEAVE_CHATUse this method for your bot to leave a group, supergroup or channel.

Use this method for your bot to leave a group, supergroup or channel.

认证

需要 Connected Account

Tags

Chat Management
Pin Chat MessageTELEGRAM_PIN_CHAT_MESSAGEAdd a message to the list of pinned messages in a chat.

Add a message to the list of pinned messages in a chat.

认证

需要 Connected Account

Tags

Chat Management
Promote Chat MemberTELEGRAM_PROMOTE_CHAT_MEMBERPromote or demote a user in a supergroup or a channel.

Promote or demote a user in a supergroup or a channel.

认证

需要 Connected Account

Tags

Member Management
Restrict Chat MemberTELEGRAM_RESTRICT_CHAT_MEMBERRestrict a user in a supergroup.

Restrict a user in a supergroup.

认证

需要 Connected Account

Tags

Member Management
Revoke Chat Invite LinkTELEGRAM_REVOKE_CHAT_INVITE_LINKRevoke an invite link created by the bot.

Revoke an invite link created by the bot.

认证

需要 Connected Account

Tags

Invites
Send AudioTELEGRAM_SEND_AUDIOSend audio files as a playable music track.

Send audio files as a playable music track.

认证

需要 Connected Account

Tags

Messaging
Send ContactTELEGRAM_SEND_CONTACTSend phone contacts.

Send phone contacts.

认证

需要 Connected Account

Tags

Messaging
Send DiceTELEGRAM_SEND_DICESend an animated emoji that will display a random value.

Send an animated emoji that will display a random value.

认证

需要 Connected Account

Tags

Messaging
Send DocumentTELEGRAM_SEND_DOCUMENTSend general files.

Send general files.

认证

需要 Connected Account

Tags

Messaging
Send InvoiceTELEGRAM_SEND_INVOICESend invoices.

Send invoices.

认证

需要 Connected Account

Tags

Payments
Send LocationTELEGRAM_SEND_LOCATIONSend a point on the map.

Send a point on the map.

认证

需要 Connected Account

Tags

Messaging
Send MessageTELEGRAM_SEND_MESSAGESend text messages.

Send text messages.

认证

需要 Connected Account

Tags

Messaging
Send PhotoTELEGRAM_SEND_PHOTOSend photos.

Send photos.

认证

需要 Connected Account

Tags

Messaging
Send PollTELEGRAM_SEND_POLLSend a native poll.

Send a native poll.

认证

需要 Connected Account

Tags

Messaging
Send VideoTELEGRAM_SEND_VIDEOSend video files.

Send video files.

认证

需要 Connected Account

Tags

Messaging
Send VoiceTELEGRAM_SEND_VOICESend audio files as a voice message.

Send audio files as a voice message.

认证

需要 Connected Account

Tags

Messaging
Set Chat Administrator Custom TitleTELEGRAM_SET_CHAT_ADMINISTRATOR_CUSTOM_TITLESet a custom title for an administrator in a supergroup promoted by the bot.

Set a custom title for an administrator in a supergroup promoted by the bot.

认证

需要 Connected Account

Tags

Member Management
Set Chat DescriptionTELEGRAM_SET_CHAT_DESCRIPTIONChange the description of a group, a supergroup or a channel.

Change the description of a group, a supergroup or a channel.

认证

需要 Connected Account

Tags

Chat Management
Set Chat TitleTELEGRAM_SET_CHAT_TITLEChange the title of a chat.

Change the title of a chat.

认证

需要 Connected Account

Tags

Chat Management
Set My CommandsTELEGRAM_SET_MY_COMMANDSChange the list of the bot commands.

Change the list of the bot commands.

认证

需要 Connected Account

Tags

Bot Info
Set WebhookTELEGRAM_SET_WEBHOOKSpecify a URL and receive incoming updates via an outgoing webhook.

Specify a URL and receive incoming updates via an outgoing webhook.

认证

需要 Connected Account

Tags

Getting Updates
Unban Chat MemberTELEGRAM_UNBAN_CHAT_MEMBERUnban a previously banned user in a supergroup or channel.

Unban a previously banned user in a supergroup or channel.

认证

需要 Connected Account

Tags

Member Management
Unpin Chat MessageTELEGRAM_UNPIN_CHAT_MESSAGERemove a message from the list of pinned messages in a chat.

Remove a message from the list of pinned messages in a chat.

认证

需要 Connected Account

Tags

Chat Management

Provider 资源