update change log: type of chat_id in send_game should be ChatId not u32

This commit is contained in:
strongtu 2024-07-10 14:57:08 +08:00
parent 470e721b57
commit 200d330b87

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
### Fixed
- type of chat_id in `send_game` should be `ChatId` not u32
[pr1066]: https://github.com/teloxide/teloxide/pull/1066
### Added ### Added
- `ChatPermission::can_*` helper functions ([#851][pr851]) - `ChatPermission::can_*` helper functions ([#851][pr851])