mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
update change log: type of chat_id in send_game
should be ChatId
not u32
This commit is contained in:
parent
470e721b57
commit
200d330b87
1 changed files with 6 additions and 0 deletions
|
@ -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])
|
||||||
|
|
Loading…
Reference in a new issue