# Apivom Atlas — Telegram Bot API

> Apivom Atlas integration for Telegram Bot API: 74 gateway routes over `api.telegram.org`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 74 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /bot{botToken}/getUpdates` (get-updates)
- `POST /bot{botToken}/setWebhook` (set-webhook)
- `POST /bot{botToken}/deleteWebhook` (delete-webhook)
- `POST /bot{botToken}/getWebhookInfo` (get-webhook-info)
- `POST /bot{botToken}/getMe` (get-me)
- `POST /bot{botToken}/logOut` (log-out)
- `POST /bot{botToken}/close` (close)
- `POST /bot{botToken}/sendMessage` (send-message)
- `POST /bot{botToken}/forwardMessage` (forward-message)
- `POST /bot{botToken}/copyMessage` (copy-message)
- `POST /bot{botToken}/sendPhoto` (send-photo)
- `POST /bot{botToken}/sendAudio` (send-audio)
- `POST /bot{botToken}/sendDocument` (send-document)
- `POST /bot{botToken}/sendVideo` (send-video)
- `POST /bot{botToken}/sendAnimation` (send-animation)
- `POST /bot{botToken}/sendVoice` (send-voice)
- `POST /bot{botToken}/sendVideoNote` (send-video-note)
- `POST /bot{botToken}/sendMediaGroup` (send-media-group)
- `POST /bot{botToken}/sendLocation` (send-location)
- `POST /bot{botToken}/editMessageLiveLocation` (edit-message-live-location)
- `POST /bot{botToken}/stopMessageLiveLocation` (stop-message-live-location)
- `POST /bot{botToken}/sendVenue` (send-venue)
- `POST /bot{botToken}/sendContact` (send-contact)
- `POST /bot{botToken}/sendPoll` (send-poll)
- `POST /bot{botToken}/sendDice` (send-dice)
- `POST /bot{botToken}/sendChatAction` (send-chat-action)
- `POST /bot{botToken}/getUserProfilePhotos` (get-user-profile-photos)
- `POST /bot{botToken}/getFile` (get-file)
- `POST /bot{botToken}/kickChatMember` (kick-chat-member)
- `POST /bot{botToken}/unbanChatMember` (unban-chat-member)
- `POST /bot{botToken}/restrictChatMember` (restrict-chat-member)
- `POST /bot{botToken}/promoteChatMember` (promote-chat-member)
- `POST /bot{botToken}/setChatAdministratorCustomTitle` (set-chat-administrator-custom-title)
- `POST /bot{botToken}/setChatPermissions` (set-chat-permissions)
- `POST /bot{botToken}/exportChatInviteLink` (export-chat-invite-link)
- `POST /bot{botToken}/setChatPhoto` (set-chat-photo)
- `POST /bot{botToken}/deleteChatPhoto` (delete-chat-photo)
- `POST /bot{botToken}/setChatTitle` (set-chat-title)
- `POST /bot{botToken}/setChatDescription` (set-chat-description)
- `POST /bot{botToken}/pinChatMessage` (pin-chat-message)
- `POST /bot{botToken}/unpinChatMessage` (unpin-chat-message)
- `POST /bot{botToken}/unpinAllChatMessages` (unpin-all-chat-messages)
- `POST /bot{botToken}/leaveChat` (leave-chat)
- `POST /bot{botToken}/getChat` (get-chat)
- `POST /bot{botToken}/getChatAdministrators` (get-chat-administrators)
- `POST /bot{botToken}/getChatMembersCount` (get-chat-members-count)
- `POST /bot{botToken}/getChatMember` (get-chat-member)
- `POST /bot{botToken}/setChatStickerSet` (set-chat-sticker-set)
- `POST /bot{botToken}/deleteChatStickerSet` (delete-chat-sticker-set)
- `POST /bot{botToken}/answerCallbackQuery` (answer-callback-query)
- `POST /bot{botToken}/setMyCommands` (set-my-commands)
- `POST /bot{botToken}/getMyCommands` (get-my-commands)
- `POST /bot{botToken}/editMessageText` (edit-message-text)
- `POST /bot{botToken}/editMessageCaption` (edit-message-caption)
- `POST /bot{botToken}/editMessageMedia` (edit-message-media)
- `POST /bot{botToken}/editMessageReplyMarkup` (edit-message-reply-markup)
- `POST /bot{botToken}/stopPoll` (stop-poll)
- `POST /bot{botToken}/deleteMessage` (delete-message)
- `POST /bot{botToken}/sendSticker` (send-sticker)
- `POST /bot{botToken}/getStickerSet` (get-sticker-set)
- `POST /bot{botToken}/uploadStickerFile` (upload-sticker-file)
- `POST /bot{botToken}/createNewStickerSet` (create-new-sticker-set)
- `POST /bot{botToken}/addStickerToSet` (add-sticker-to-set)
- `POST /bot{botToken}/setStickerPositionInSet` (set-sticker-position-in-set)
- `POST /bot{botToken}/deleteStickerFromSet` (delete-sticker-from-set)
- `POST /bot{botToken}/setStickerSetThumb` (set-sticker-set-thumb)
- `POST /bot{botToken}/answerInlineQuery` (answer-inline-query)
- `POST /bot{botToken}/sendInvoice` (send-invoice)
- `POST /bot{botToken}/answerShippingQuery` (answer-shipping-query)
- `POST /bot{botToken}/answerPreCheckoutQuery` (answer-pre-checkout-query)
- `POST /bot{botToken}/setPassportDataErrors` (set-passport-data-errors)
- `POST /bot{botToken}/sendGame` (send-game)
- `POST /bot{botToken}/setGameScore` (set-game-score)
- `POST /bot{botToken}/getGameHighScores` (get-game-high-scores)

## Credential model

- Bot Token (`botToken`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
