gpt4 book ai didi

javascript - 聊天字段上的 Telegram Bot 键盘

转载 作者:行者123 更新时间:2023-11-28 05:35:41 34 4
gpt4 key购买 nike

我想单击按钮并将文本显示在聊天字段中而不是直接显示在聊天屏幕上?

例如:

  • 键盘上有一些按钮 [1] [2] [3]
  • 当我按下 [1] 按钮时 1显示在聊天字段中,而不是显示在聊天屏幕上
  • 当我点击 [3][2][1] 时,聊天字段将显示 321
  • 当我按<enter>321是显示在屏幕上的。

问题

这在 Telegram Bot 上可行吗?

 bot.on('ask.no', msg => {
let markup = bot.keyboard([
['9', '8','7','*'],
['6', '5','4','/'],
['3', '2','1','+'],
['.', '0','=','-'],
], { resize: true });
return bot.sendMessage(msg.from.id, 'please input key or number', { markup});

最佳答案

作为官方documentation说:

Tapping any of the buttons will immediately send the respective command.

没有。您不能延迟在聊天屏幕上显示按钮值。

关于javascript - 聊天字段上的 Telegram Bot 键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39382057/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com