MCPcopy Create free account

hub / github.com/cvzi/telegram-bot-cloudflare / functions

Functions42 in github.com/cvzi/telegram-bot-cloudflare

↓ 17 callersFunctionfetch
(request, environment, context)
bot3.js:17
↓ 6 callersFunctionapiUrl
* Return url to telegram api, optionally with parameters added
bot2.js:80
↓ 6 callersFunctionsendMarkdownV2Text
* Send text message formatted with MarkdownV2-style * Keep in mind that any markdown characters _*[]()~`>#+-=|{}.! that * are not part of your forma
bot2.js:106
↓ 5 callersFunctionescapeMarkdown
* Escape string for use in MarkdownV2-style text * if `except` is provided, it should be a string of characters to not escape * https://core.telegra
bot2.js:119
↓ 4 callersFunctionapiUrl
* Return url to telegram api, optionally with parameters added
bot4.js:126
↓ 4 callersFunctionapiUrl
(methodName, params = null)
bot3.js:150
↓ 3 callersFunctionapiUrl
* Return url to telegram api, optionally with parameters added
bot.js:95
↓ 2 callersFunctionsendInlineButtonRow
* Send a message with buttons, `buttonRow` must be an array of button objects * https://core.telegram.org/bots/api#sendmessage
bot2.js:139
↓ 2 callersFunctionsendInlineButtons
* Send a message with buttons, `buttons` must be an array of arrays of button objects * https://core.telegram.org/bots/api#sendmessage
bot2.js:147
↓ 1 callersFunctionSendInlineQuery
(inlineQueryId, results)
bot3.js:120
↓ 1 callersFunctionanswerCallbackQuery
* Answer callback query (inline button press) * This stops the loading indicator on the button and optionally shows a message * https://core.telegra
bot2.js:162
↓ 1 callersFunctionhandleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot2.js:29
↓ 1 callersFunctionhandleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot.js:29
↓ 1 callersFunctionhandleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot4.js:31
↓ 1 callersFunctionhandleWebhook
(request)
bot3.js:38
↓ 1 callersFunctiononCallbackQuery
* Handle incoming callback_query (inline button press) * https://core.telegram.org/bots/api#message
bot2.js:176
↓ 1 callersFunctiononInlineQuery
(inlineQuery)
bot3.js:88
↓ 1 callersFunctiononMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot2.js:185
↓ 1 callersFunctiononMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot.js:57
↓ 1 callersFunctiononMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot4.js:61
↓ 1 callersFunctiononMessage
(message)
bot3.js:67
↓ 1 callersFunctiononUpdate
* Handle incoming Update * supports messages and callback queries (inline button presses) * https://core.telegram.org/bots/api#update
bot2.js:48
↓ 1 callersFunctiononUpdate
* Handle incoming Update * https://core.telegram.org/bots/api#update
bot.js:47
↓ 1 callersFunctiononUpdate
* Handle incoming Update * https://core.telegram.org/bots/api#update
bot4.js:49
↓ 1 callersFunctiononUpdate
(update)
bot3.js:55
↓ 1 callersFunctionregisterWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot2.js:61
↓ 1 callersFunctionregisterWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot.js:76
↓ 1 callersFunctionregisterWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot4.js:107
↓ 1 callersFunctionregisterWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot3.js:131
↓ 1 callersFunctionsendFourButtons
(chatId)
bot2.js:216
↓ 1 callersFunctionsendMarkdownExample
(chatId)
bot2.js:239
↓ 1 callersFunctionsendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot.js:65
↓ 1 callersFunctionsendPlainText
(chatId, text)
bot3.js:75
↓ 1 callersFunctionsendTwoButtons
(chatId)
bot2.js:206
↓ 1 callersFunctionsetMessageReaction
* Set Message Reaction * https://core.telegram.org/bots/api#setmessagereaction
bot4.js:80
↓ 1 callersFunctionunRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot2.js:72
↓ 1 callersFunctionunRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot.js:87
↓ 1 callersFunctionunRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot4.js:118
↓ 1 callersFunctionunRegisterWebhook
(event)
bot3.js:142
FunctionsendInlineButton
* Send a message with a single button * `button` must be an button-object like `{ text: 'Button', callback_data: 'data'}` * https://core.telegram.or
bot2.js:131
FunctionsendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot2.js:92
FunctionsendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot4.js:69