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

Function deep_linked_level_4

examples/deeplinking.py:101–106  ·  view source on GitHub ↗

Reached through the USING_KEYBOARD payload

(update: Update, context: ContextTypes.DEFAULT_TYPE)

Source from the content-addressed store, hash-verified

99
100
101async def deep_linked_level_4(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
102 """Reached through the USING_KEYBOARD payload"""
103 payload = context.args
104 await update.message.reply_text(
105 f"Congratulations! This is as deep as it gets 👏🏻\n\nThe payload was: {payload}"
106 )
107
108
109def main() -> 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…