Merge branch 'master' into develop

This commit is contained in:
Dmitri Shimanski
2025-03-21 00:51:37 +02:00
committed by GitHub
5 changed files with 224 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ This project provides a set of C# attributes to facilitate the handling of diffe
Ensure you have the required dependencies installed:
```sh
dotnet add package Telegram.Bot
dotnet add package yawaflua.Telegram.Net
```
## Usage
@@ -100,5 +100,9 @@ public static async Task HandleUpdate(ITelegramBotClient bot, Update update, Can
}
```
### We know about this bugs:
- [ ] Not working providing dependencies in class constructor and this gives an error.
Try to not use provided dependencies in class. We are should to fix it in v1.0.2.
## License
This project is open-source and available under the [Apache 2.0 license](LICENSE)
This project is open-source and available under the [Apache 2.0 License](LICENSE).