我正在 Node.js 上制作机器人。我在卸下键盘时遇到了问题。这是我的消息的外观:
chat_id: *****,
text: '',
reply_markup: JSON.stringify({
ReplyKeyboardRemove: {
remove_keyboard: true
}
})
我收到此消息,但键盘未移除。
我正在 Node.js 上制作机器人。我在卸下键盘时遇到了问题。这是我的消息的外观:
chat_id: *****,
text: '',
reply_markup: JSON.stringify({
ReplyKeyboardRemove: {
remove_keyboard: true
}
})
我收到此消息,但键盘未移除。