java-telegram-bot-api
java-telegram-bot-api copied to clipboard
Telegram Bot API for Java
Hello, is there any function that gives user ID through arguments (for example I write like this: /id @ and it will give ID)
Is the new version of the api (7.3) going to be implemeted? Here a reference link about the new changes: https://core.telegram.org/bots/api#may-6-2024
I want to get Update -> callbackQuery -> message -> replyMarkup But message() function is deprecated that says use _maybeInaccessibleMessage_ instead. Unfortunately, _maybeInaccessibleMessage_ has not replyMarkup. The goal is updating...
Hello, can I run web app without certificates on dev env ?
 
In my application I'm probably sending some incorrect Markdown which makes Telegram discard the message and send an error code. However, the problem is that this fact seems to be...