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

Function start_message

examples/reply_keyboard_markup_example.py:44–45  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

42
43@bot.message_handler(commands=["start"])
44def start_message(message):
45 bot.send_message(message.chat.id,"You can use the keyboard",reply_markup=keyboard())
46
47@bot.message_handler(func=lambda message:True)
48def all_messages(message):

Callers

nothing calls this directly

Calls 2

keyboardFunction · 0.85
send_messageMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…