-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[telegram] Support ReplyKeyboardMarkup #7279
Comments
Do you think about something like that one: https://www.schimmer-media.de/forum/index.php?thread/1692-how-to-telegram-sub-men%C3%BCs-erstellen/ I just also came here to open an issue because I'd like to have this enhancement too. I came from iobroker and liked the possibility to show me a preconfigured keyboard and then send some commands to my telegram bot. So "thumbs up" for your issue. |
Yeah, that's what I mean. ReplyKeyboardMarkup is the underlying API for that. I switch from ioBroker, too. So my bot misses this feature now. ;-) |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/oh3-telegram-custom-keyboard/123820/4 |
Hi, |
It’s on a long list of things I would like to look at. But no code has been written. The library update was needed to get support for the feature so it now just needs to be implemented by someone. |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/telegram-binding-and-multiple-answer-options/117560/9 |
Is anyone willing to provide some feedback and testing? I have left sendTelegramQuery alone and it stays the same. |
I would like to test it, but i don't see a PR or link to a JAR ? If the method has the same signature, any reason not changing |
I like to send a ReplyKeyboardMarkup in Telegram. Please add support for that with a possible parameter.
Currently InlineKeyboardMarkup is supported.
The text was updated successfully, but these errors were encountered: