-
### Is your feature request related to a problem? Please describe.
GitHub renders `` and ` E.g.
This is `` text.
This is `` text.
**Edit by @joelverhagen: the following list of HTML tags s…
-
Необходимо найти или разработать компонент, который предоставит возможность взаимодействовать с чат-сервисом [Telegram](https://telegram.org/).
Обязательные требования:
- [ ] не интерактивное вы…
-
Section: Logging
Topics to clover may include:
* Logging to common sinks/providers (stdout, .NET logging providers, etc.)
* Configuration options for controlling log verbosity/secret-scrubbing, i…
-
[Webhook.MinimalAPIs](https://github.com/TelegramBots/Telegram.Bot.Examples/tree/master/Webhook.MinimalAPIs)
Example code for MinimalAPI's cannot find 'ConfigureTelegramBot' and throws.
```
#Erro…
-
Calling `MakeRequestAsync` with `Stream` content more then once results in error.
`MakeRequestAsync` generates an HttpContent content each time it's called:
https://github.com/TelegramBots/Teleg…
-
RefundStarPayment is a method in the Api, not an Object. See: https://core.telegram.org/bots/api#refundstarpayment
https://github.com/rubenlagus/TelegramBots/blob/31832c85d2e58e1f034895390e0d0dfeb2…
-
**Describe the bug**
OkHttpTelegramClient does not have special implementation for SetWebhook, as result webhook with custom cert is sent as JSON without file content itself.
**To Reproduce**
```…
-
I'm trying to use TelegramBots in Spring Boot application.
The sample project is [here](https://github.com/sergiussheman/lifeEmployeeBot)
I have added dependency for TelegramBots to my `pom.xml`
…
-
We can ship middleware/extension method to validate [`secret_token`](https://core.telegram.org/bots/api#setwebhook) in ASP.NET Core applications.
> If you'd like to make sure that the webhook was s…
-
When an error occurs in `HandleUpdateAsync` and `HandleErrorAsync` methods, bot stop receiving messages.
Is that how it's supposed to work?
https://github.com/TelegramBots/Telegram.Bot.Extensions.…