MCPcopy Index your code
hub / github.com/simstudioai/sim / telegramApiUrl

Function telegramApiUrl

apps/sim/tools/telegram/utils.ts:4–6  ·  view source on GitHub ↗
(botToken: string, method: string)

Source from the content-addressed store, hash-verified

2 * Build a Telegram Bot API method URL for the given bot token.
3 */
4export function telegramApiUrl(botToken: string, method: string): string {
5 return `https://api.telegram.org/bot${botToken}/${method}`
6}
7
8export function convertMarkdownToHTML(text: string): string {
9 return (

Callers 12

get_chat.tsFile · 0.90
send_location.tsFile · 0.90
unpin_message.tsFile · 0.90
forward_message.tsFile · 0.90
get_chat_member.tsFile · 0.90
send_contact.tsFile · 0.90
copy_message.tsFile · 0.90
send_poll.tsFile · 0.90
pin_message.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected