mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Add ChatId
and UserId
to the prelude
This commit is contained in:
parent
57122b7533
commit
bc638efc98
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
- Add `ChatId` and `UserId` to the prelude ([#212][pr212])
|
||||
|
||||
[pr212]: https://github.com/teloxide/teloxide-core/pull/212
|
||||
|
||||
## 0.6.0 - 2022-04-25
|
||||
|
||||
### Added
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
pub use crate::{
|
||||
payloads::setters::*,
|
||||
requests::{Request, Requester, RequesterExt},
|
||||
types::{ChatId, UserId},
|
||||
Bot,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue