-
How to recognize that a Group/SuperGroup/Channel has been deleted? (based on chat.Id)
thanks a lot
-
Hello,
i got always this error:
Unexpected character encountered while parsing value:
-
// Example taken from https://github.com/rubenlagus/TelegramBotsExample
public class Main {
public static void main(String[] args) {
TelegramBotsApi telegramBotsApi = …
-
Can you add caption_entities field, please?
-
Hello
I copied the code in the following path. In VS 2015 Windows application (With a few minor changes)
"https://github.com/TelegramBots/telegram.bot.examples/tree/master/Telegram.Bot.Example…
-
I think , It's a problem in new update .
"\n" or Environment.NewLine dont affect the caption of photo messages.
It shows \n in the caption.
------------------------------
I dont changed my codes !…
-
Is there any way to apply as a member of the TelegramBots organization? I'd love to be one :wink:
-
Hello, yesterday my program (bot) work well, but today I every time after run apllication get next erro:
ERROR 1928 --- [gram Connection] Telegram Bots Api : BOTSESSION
org.telegram.telegrambo…
-
Hi! My code is:
```
SendSticker sticker = new SendSticker();
sticker
.setChatId(chat_id)
.setSticker("AAQCABNQBBAOAAT5KuJRo0p48iiJAAIC");
try {
execute(sticker); //here is mistake
…
-
I have a problem with **TelegramApiException** when I send a message with bad chat id, exception message just is `Error sending message` i need return why can't send the message.