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

Function send_welcome

examples/step_example.py:25–30  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

23# Handle '/start' and '/help'
24@bot.message_handler(commands=['help', 'start'])
25def send_welcome(message):
26 msg = bot.reply_to(message, """\
27Hi there, I am Example bot.
28What's your name?
29""")
30 bot.register_next_step_handler(msg, process_name_step)
31
32
33def process_name_step(message):

Callers

nothing calls this directly

Calls 2

reply_toMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…