ui
ui copied to clipboard
UI controls for Telegram Bot API go framework
Developers may want to handle some of the dialog buttons using their own specifc handler. Adding this feature helps developers to create menus much more easily, so the dialog use...
Is it possible to remove buttons using the ReplyKeyboardRemove method?
I’m adding an option to create a callback handler for the reply keyboard because, theoretically, the keyboard text might match regular messages in the future. Since there’s no way to...
Hi! Thank you for https://github.com/go-telegram/bot library, it's awesome and helped a lot. But this library has several important points that made me waste lots of time. Let's look at inline...
When sending a new calendar with the same prefix, everything works fine until switching between months. After switching the calendar shows the dates of the first state. Sample code showing...
I used the code from example, and get error: > unknown action: datepicker-simple9:24 When I first click the ui, it works, the if I click again, it will get the...
Paginator should have an opportunity to pass callback of onClose function for button. Inline-keyboard passes update.CallbackQuery.Message everywhere, so we cannot get user which pressed the button at all.