Proper way to clear out an inline-keyboard? #354
Unanswered
Bottleface
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried every way I can think to clear out an inline-keyboard without throwing an error. I've tried many variations of sending a blank
reply_markup
, the thing is that most ways do in fact remove the keyboard, they just also throw the following error:I've also tried both the
editReplyMarkup
andeditMessage
calls and both behave the same. Here are the variations I've tried:Does anyone know how to clear out an inline-keyboard properly without throwing errors?
Beta Was this translation helpful? Give feedback.
All reactions