Telegram.Bot.Examples
Telegram.Bot.Examples copied to clipboard
Examples for the Telegram.Bot C# Library
When getting `HttpClient` from `HttpClientFactory`, e.g. via Typed clients as shown in [Telegram.Bot.Examples.Polling](https://github.com/TelegramBots/Telegram.Bot.Examples/blob/d7dd05e12ae97c5949804b465a8a87e3f894c3f2/Telegram.Bot.Examples.Polling/Program.cs), the HttpClient returned is configured to log every request. And since there is the token value in...
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 6.0.25 to 6.0.27. Release notes Sourced from Microsoft.AspNetCore.Mvc.NewtonsoftJson's releases. .NET 6.0.26 Release .NET 6.0.26 Release Commits 417d650 Merged PR 36685: [internal/release/6.0] Update dependencies from dnceng/inter... 55ac236 Update...
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 6.0.1 to 8.0.0. Release notes Sourced from Microsoft.Extensions.Hosting's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. Release notes Sourced from Microsoft.Extensions.Http's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.1 to 8.0.0. Release notes Sourced from Microsoft.Extensions.DependencyInjection's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Hi Guys! I'm using **Telegram.Bot.Examples.Polling** as a mechanism for my bot. I'm trying to have a service class that is a dependency of **UpdateHandler** class the following way: The service...
Good afternoon For my project I am using the Telegram.Bot v.19.0.0 library, doing some research and testing. I took the example Telegram.Bot.Examples.WebHook as a basis. I configured the IIS server...