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

Function web_app

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

Source from the content-addressed store, hash-verified

27
28@bot.message_handler(content_types=['web_app_data'])
29def web_app(message):
30 bot.reply_to(message, f'Your message is "{message.web_app_data.data}"')
31
32bot.infinity_polling()

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…