-
# I found a bug to report
### Steps to reproduce
```
var bot = new TelegramBotClient("mybotid");
await bot.SendTextMessageAsync(
chatId: new Telegram.Bot.Types.ChatId(mytelegramIntId),…
-
Sorry to put this issues one by one instead of combining them all... Will it be too much trouble to make the bot download audio files too?
Cheers!
-
There are no way to create ChatPermissions with non-false values
-
Hello,
Is it possible that the Getting started guide is out of date?
I'm asking because it appears that the _TelegramBotsApi_ class doesn't exist.
![Screenshot_20191125_165058](https://user-imag…
-
Error during json serialization.
If in json there are chat.type, date, and entities fields, then the system cannot serialize it and generates an error 400 - bad request.
I checked, if you remove t…
-
The bot doesn't recognize /roll@bot commands but does resolve /roll commands
```
public Ability roll() {
return Ability
.builder()
.name("roll")
…
-
{"Required property 'result' not found in JSON. Path '', line 1, position 148."}
-
Every startup we have
`
2019-09-12 11:02:20.965 ERROR 6 --- [ main] e.y.configuration.TelegramBotAutoConfig : [TelegramAutoConfig] Failed to register bot,
... 36 common frames omitted,…
-
BaseAbilityBot have chain of functions for Update. Look like
`Stream.of(update)
.filter(this::checkGlobalFlags)
.filter(this::checkBlacklist)
.map(t…
-
Hello,
I am using a fresh gradle project in order to build a telegram bot so I thought to give this library a try. However, when I add the gradle compile instruction as per the wiki I get this on `…