-
Trying to set custom keyboard:
```
ReplyKeyboardMarkup replyKeyboardMarkup=new ReplyKeyboardMarkup();
List rows=new ArrayList();
KeyboardRow row=new KeyboardRow();
KeyboardButton keyboardButton…
-
Hi, I'm using below code and got error. Maybe problem in proxy settings?
```
public class SimpleBot extends TelegramLongPollingBot {
public static void main(String[] args) {
ApiContextInitia…
-
Sadly I am not able to reproduce that Exception, but it happenend when I first sent a gif to my newly setup bot (not my only one) and then tried to start the bot. I am using the TelegramLongPollingBot…
-
TelegramLongPollingBot
```
TelegramApiException: Unable to execute sendmessage method
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to api.telegram.org:443 failed: (connect fail…
-
# [Bot API 4.0.](https://core.telegram.org/bots/api#july-26-2018)
### Support for editing the media content of messages #764
- [X] method `editMessageMedia` #759
- [X] `inputMediaAnimation` type…
-
### Feature Request: Login Widget Utilities
Telegram recently added a [Login Widget](https://core.telegram.org/widgets/login) to authorize users.
We could have a few utilities to help with Login…
-
where to find complete example?
-
I use [TelegramBots][1] Java API. I need to add like buttons to my posts in Telegram. Right now I'm unable to find information how it can be done with TelegramBots Java API. I think that `InlineKeyboa…
-
I try like that
`GetChatMemberCount chatMemberCount = new GetChatMemberCount().setChatId(message.getChatId());
Integer count = chatMemberCount.deserializeResponse("false");`
But in this way, there …
-
This is method main() code:
public static void main(String[] args) {
// Set up Http proxy
DefaultBotOptions botOptions = ApiContext.getInstance(DefaultBotOptions.…