Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvzi/telegram-bot-cloudflare
/ functions
Functions
42 in github.com/cvzi/telegram-bot-cloudflare
⨍
Functions
42
◇
Types & classes
0
↓ 17 callers
Function
fetch
(request, environment, context)
bot3.js:17
↓ 6 callers
Function
apiUrl
* Return url to telegram api, optionally with parameters added
bot2.js:80
↓ 6 callers
Function
sendMarkdownV2Text
* 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 callers
Function
escapeMarkdown
* 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 callers
Function
apiUrl
* Return url to telegram api, optionally with parameters added
bot4.js:126
↓ 4 callers
Function
apiUrl
(methodName, params = null)
bot3.js:150
↓ 3 callers
Function
apiUrl
* Return url to telegram api, optionally with parameters added
bot.js:95
↓ 2 callers
Function
sendInlineButtonRow
* Send a message with buttons, `buttonRow` must be an array of button objects * https://core.telegram.org/bots/api#sendmessage
bot2.js:139
↓ 2 callers
Function
sendInlineButtons
* 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 callers
Function
SendInlineQuery
(inlineQueryId, results)
bot3.js:120
↓ 1 callers
Function
answerCallbackQuery
* 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 callers
Function
handleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot2.js:29
↓ 1 callers
Function
handleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot.js:29
↓ 1 callers
Function
handleWebhook
* Handle requests to WEBHOOK * https://core.telegram.org/bots/api#update
bot4.js:31
↓ 1 callers
Function
handleWebhook
(request)
bot3.js:38
↓ 1 callers
Function
onCallbackQuery
* Handle incoming callback_query (inline button press) * https://core.telegram.org/bots/api#message
bot2.js:176
↓ 1 callers
Function
onInlineQuery
(inlineQuery)
bot3.js:88
↓ 1 callers
Function
onMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot2.js:185
↓ 1 callers
Function
onMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot.js:57
↓ 1 callers
Function
onMessage
* Handle incoming Message * https://core.telegram.org/bots/api#message
bot4.js:61
↓ 1 callers
Function
onMessage
(message)
bot3.js:67
↓ 1 callers
Function
onUpdate
* Handle incoming Update * supports messages and callback queries (inline button presses) * https://core.telegram.org/bots/api#update
bot2.js:48
↓ 1 callers
Function
onUpdate
* Handle incoming Update * https://core.telegram.org/bots/api#update
bot.js:47
↓ 1 callers
Function
onUpdate
* Handle incoming Update * https://core.telegram.org/bots/api#update
bot4.js:49
↓ 1 callers
Function
onUpdate
(update)
bot3.js:55
↓ 1 callers
Function
registerWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot2.js:61
↓ 1 callers
Function
registerWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot.js:76
↓ 1 callers
Function
registerWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot4.js:107
↓ 1 callers
Function
registerWebhook
* Set webhook to this worker's url * https://core.telegram.org/bots/api#setwebhook
bot3.js:131
↓ 1 callers
Function
sendFourButtons
(chatId)
bot2.js:216
↓ 1 callers
Function
sendMarkdownExample
(chatId)
bot2.js:239
↓ 1 callers
Function
sendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot.js:65
↓ 1 callers
Function
sendPlainText
(chatId, text)
bot3.js:75
↓ 1 callers
Function
sendTwoButtons
(chatId)
bot2.js:206
↓ 1 callers
Function
setMessageReaction
* Set Message Reaction * https://core.telegram.org/bots/api#setmessagereaction
bot4.js:80
↓ 1 callers
Function
unRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot2.js:72
↓ 1 callers
Function
unRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot.js:87
↓ 1 callers
Function
unRegisterWebhook
* Remove webhook * https://core.telegram.org/bots/api#setwebhook
bot4.js:118
↓ 1 callers
Function
unRegisterWebhook
(event)
bot3.js:142
Function
sendInlineButton
* 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
Function
sendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot2.js:92
Function
sendPlainText
* Send plain text message * https://core.telegram.org/bots/api#sendmessage
bot4.js:69