Telegram 机器人 API。滚动window

Telegram bot API. Scroll window

你好,我想在 Telegram 中实现这个功能,但我在文档中找不到它,而且我不知道它的名字。感谢您的帮助。

您应该使用 InlineQuery 来完成:

https://core.telegram.org/bots/api#inlinequery

https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/inlinekeyboard.py