Telegram
Connector for the telegram API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
post_addstickertoset— POST /addStickerToSet — Use this method to add a new sticker to a set created by the bot. You must upost_answercallbackquery— POST /answerCallbackQuery — Use this method to send answers to callback queries sent from [inline keyboards]post_answerinlinequery— POST /answerInlineQuery — Use this method to send answers to an inline query. On success, True is returnpost_answerprecheckoutquery— POST /answerPreCheckoutQuery — Once the user has confirmed their payment and shipping details, the Bot API sendpost_answershippingquery— POST /answerShippingQuery — If you sent an invoice requesting a shipping address and the parameter *is_flexpost_close— POST /close — Use this method to close the bot instance before moving it from one local server
Inputs
apiKey— your telegram API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_addstickertoset
apiKey: <your key>