question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How i can remove/clear keyboard

See original GitHub issue

If i do ctx.reply('Some text here', Extra.markup( Markup.keyboard(['First button', 'Second button']) )) it stays until i do the same with another buttons. I want clear keyboard from buttons how i do it?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
creativeboy1999commented, May 28, 2021

await ctx.editMessageReplyMarkup({ reply_markup: { remove_keyboard: true }, })

2reactions
M1Ergashcommented, Jun 1, 2021

I is working code but not deleting the keyboard

Read more comments on GitHub >

github_iconTop Results From Across the Web

3 Ways to Delete the Keyboard History on Android - wikiHow
1. Open your Samsung phone or tablet’s Settings. Look for the gear icon on the home screen or in the app drawer. Use this...
Read more >
How To Delete Keyboard History On Your Android Smartphone
1) Deleting default keyboard history from your Android device · 1. Access the settings option in your Android device. · 2. Next, search...
Read more >
How do I remove or clear custom keyboard shortcuts?
Right click on the icon the desktop. · Go to properties. · Click on the shortcut tab. · Under shortcut tab, check for...
Read more >
How to Clear Keyboard History on iPhone - Lifewire
How Do I Delete My iPhone Keyboard History? · Open the Settings app. · Tap General. · Tap Transfer or Reset iPhone. ·...
Read more >
How to Delete Keyboard History on iPhone - TechWiser
Especially with its ability to remove specific words. All you have to do is press and hold on to a suggested word in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found