Skip to content
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] Add support for custom keyboards #18013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Skinah
Copy link
Contributor

@Skinah Skinah commented Jan 1, 2025

Adds the following new functionality, just waiting on a milestone build to test the jar under java21.
closes #7279

| sendKeyboard(Long chatId, String message, String replyId, boolean oneTimeKeyboard, String[]... buttons) | Send a custom keyboard with multiple rows of buttons. |
| sendKeyboard(Long chatId, String message, String replyId, boolean oneTimeKeyboard, String... buttons)| Send a custom keyboard with a single row of buttons. |
| removeKeyboard(boolean isSelective) | Remove a custom keyboard. |

Signed-off-by: Matthew Skinner <[email protected]>
@Skinah Skinah added work in progress A PR that is not yet ready to be merged enhancement An enhancement or new feature for an existing add-on labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on work in progress A PR that is not yet ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[telegram] Support ReplyKeyboardMarkup
1 participant