yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.31k stars 1.51k forks source link

Can't send inline keyboard #974

Closed rezcoco closed 2 years ago

rezcoco commented 2 years ago

When I trying to send inline keyboard i always get error like this can't parse inline keyboard button: Text buttons are unallowed in the inline keyboard

Here is my code const opts = { reply_markup:{ inline_keyboard: [ [{ text: "Hello", callback_data: "hello"}] ] }, parse_mode: 'HTML' };

rezcoco commented 2 years ago

Im so dumb, i write data instead of callback_data