MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / send_welcome

Function send_welcome

examples/timer_bot.py:14–15  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

12
13@bot.message_handler(commands=['help', 'start'])
14def send_welcome(message):
15 bot.reply_to(message, "Hi! Use /set <seconds> to set a timer")
16
17
18def beep(chat_id) -> None:

Callers

nothing calls this directly

Calls 1

reply_toMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…