MCPcopy Index your code
hub / github.com/python-telegram-bot/python-telegram-bot / help_command

Function help_command

examples/inlinebot.py:43–45  ·  view source on GitHub ↗

Send a message when the command /help is issued.

(update: Update, context: ContextTypes.DEFAULT_TYPE)

Source from the content-addressed store, hash-verified

41
42
43async def help_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
44 """Send a message when the command /help is issued."""
45 await update.message.reply_text("Help!")
46
47
48async def inline_query(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:

Callers

nothing calls this directly

Calls 1

reply_textMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…