LAP Registry

Telegram Bot API Skill

telegram-org

Provider: Telegram Version: 5.0.0 Endpoints: 74 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
POST/getUpdates
POST/setWebhookUse this method to receive incoming updates using long polling ([wiki](https://en.wikipedia.org/wiki/Push_technology#Long_polling)). An Array of [Update](https://core.telegram.org...
POST/deleteWebhookUse this method to specify a url and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified...
POST/getWebhookInfoUse this method to remove webhook integration if you decide to switch back to [getUpdates](https://core.telegram.org/bots/api/#getupdates). Returns *True* on success.
POST/getMeUse this method to get current webhook status. Requires no parameters. On success, returns a [WebhookInfo](https://core.telegram.org/bots/api/#webhookinfo) object. If the bot is u...
POST/logOutA simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a [User](https://core.telegram.org/bots/api/#user) ob...
POST/closeUse this method to log out from the cloud Bot API server before launching the bot locally. You **must** log out the bot before running it locally, otherwise there is no guarantee...
POST/sendMessageUse this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't...
POST/forwardMessageUse this method to send text messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/copyMessageUse this method to forward messages of any kind. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/sendPhotoUse this method to copy messages of any kind. The method is analogous to the method [forwardMessages](https://core.telegram.org/bots/api/#forwardmessages), but the copied message...
POST/sendAudioUse this method to send photos. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/sendDocumentUse this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent [Message...
POST/sendVideoUse this method to send general files. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send files of any type of up to...
POST/sendAnimationUse this method to send video files, Telegram clients support mp4 videos (other formats may be sent as [Document](https://core.telegram.org/bots/api/#document)). On success, the s...
POST/sendVoiceUse this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bot...
POST/sendVideoNoteUse this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded wit...
POST/sendMediaGroupAs of [v.4.0](https://telegram.org/blog/video-messages-and-telescope), Telegram clients support rounded square mp4 videos of up to 1 minute long. Use this method to send video mes...
POST/sendLocationUse this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On su...
POST/editMessageLiveLocationUse this method to send point on the map. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/stopMessageLiveLocationUse this method to edit live location messages. A location can be edited until its *live\_period* expires or editing is explicitly disabled by a call to [stopMessageLiveLocation](...
POST/sendVenueUse this method to stop updating a live location message before *live\_period* expires. On success, if the message was sent by the bot, the sent [Message](https://core.telegram.or...
POST/sendContactUse this method to send information about a venue. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/sendPollUse this method to send phone contacts. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/sendDiceUse this method to send a native poll. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/sendChatActionUse this method to send an animated emoji that will display a random value. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.
POST/getUserProfilePhotosUse this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegr...
POST/getFileUse this method to get a list of profile pictures for a user. Returns a [UserProfilePhotos](https://core.telegram.org/bots/api/#userprofilephotos) object.
POST/kickChatMemberUse this method to get basic info about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a [File](https://core.tel...
POST/unbanChatMemberUse this method to kick a user from a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the group on their own usin...

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install telegram-org

Downloads and installs to ~/.claude/skills/telegram-org/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)