L
L
Lynatik0012020-07-01 20:13:21
JavaScript
Lynatik001, 2020-07-01 20:13:21

How can a telegraf library send an inline menu without text in front of it?

Here is the trigger with the response

bot.hears('/main', (ctx) => {
  ctx.reply('hi ', frontMenu());
});

but I'm interested in what would be without text on top of the keyboard (example below) - but it doesn't work, swears at empty text, is there any other function to call only Claudia?
bot.hears('/main', (ctx) => {
  ctx.reply('', frontMenu());
});

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question