-
```
List medias = new ArrayList();
for (String link : linkList) {
InputMediaVideo inputMediaVideo = new InputMediaVideo();
inputMediaVideo.setMedia(link);
medias.add(inputMediaVideo);…
-
I am using Android Studio 4.1.3, and I am writing project in Kotlin according to this instruction https://github.com/rubenlagus/TelegramBots/wiki/Getting-Started
But I get the runtime error: java.lan…
-
I get error Jenkins log all.
Message do not sended.
I'm not use mardown, simple Letter and number, like `Version = ${version_parametr}`, in log job i see `Version = 123`, but in log jenkins i see ne…
-
The issue is reproduced since TelegramBotExtensions 4.4.0.2, there is a problem that botUsername field of that class is never set before creating an instance of CommandRegistry class. So, botUsername …
-
Hello fellow developers
I have installed the bot, and followed the guide. I configured the bot name and token. Here's what I see in the jenkins log:
2021-02-08 14:09:06.889+0000 [id=44] INFO j.p…
-
Hi, I have a little question. I noticed that **Integer** is used to represent the message `date` instead of **Long**.
https://github.com/rubenlagus/TelegramBots/blob/32be70c9ebc37609a2a408267281dac…
-
When I upload a video to around 1 GB, I report an error
java.net.ConnectException: Failed to connect to api.telegram.org/2001:67c:4e8:f004:0:0:0:9:443
Connection reset by peer: socket write erro…
-
_From @tuscen on March 14, 2018 18:59_
HTTP code: `403`
Error message: ` Forbidden: bot is not a member of the channel chat`
_Copied from original issue: TelegramBots/Telegram.Bot#648_
-
add dependencies in pom.xml
```
org.telegram
telegrambots
6.1.0
```
```
Exception in thread "main" java.lang.NoSuchMethodError: 'boolean com.g…
-
## Actual behavior
Plugin doesn't handle cases when Telegram server randomly disconnects, throws network errors, etc.
```
ERROR: [org.telegram.telegrambots.updatesreceivers.DefaultBotSession] …