Link PR #1157 in the changelog

This commit is contained in:
Tima Kinsart 2024-08-28 21:52:19 -04:00 committed by GitHub
parent 3977b79b90
commit 55141db2ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `BusinessMessagesDeleted` struct - Add `BusinessMessagesDeleted` struct
- Add `BusinessConnection`, `BusinessMessage`, `EditedBusinessMessage` and `DeletedBusinessMessages` variants to `UpdateKind` enum - Add `BusinessConnection`, `BusinessMessage`, `EditedBusinessMessage` and `DeletedBusinessMessages` variants to `UpdateKind` enum
- `ApiError::BotKickedFromChannel` - `ApiError::BotKickedFromChannel` ([#1157][pr1157])
[pr1157]: https://github.com/teloxide/teloxide/pull/1157
### Changed ### Changed