yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.3k stars 1.5k forks source link

Sending messages with keyboard and inline keyboard in same time #1028

Closed SadraKhorami closed 1 year ago

SadraKhorami commented 1 year ago

is it possible to send a message with keyboard and inline keyboard in same time ?

Lui22 commented 1 year ago

No, it isn't. https://core.telegram.org/bots/api#sendmessage you can only pass one type to the reply_markup. https://stackoverflow.com/a/41841237