java-telegram-bot-api icon indicating copy to clipboard operation
java-telegram-bot-api copied to clipboard

Telegram Bot API for Java

Results 26 java-telegram-bot-api issues
Sort by recently updated
recently updated
newest added

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 ?

![WechatIMG54](https://github.com/user-attachments/assets/67251e33-4d9d-462e-928a-5afc5c2e9611) ![WechatIMG55](https://github.com/user-attachments/assets/407e5df2-2062-4045-b891-795a28ffea14)

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...