mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Added True unit type
This commit is contained in:
parent
e813953b00
commit
20925e82fb
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ pub use self::{
|
|||
sticker::Sticker,
|
||||
sticker_set::StickerSet,
|
||||
successful_payment::SuccessfulPayment,
|
||||
unit_true::True,
|
||||
update::{Update, UpdateKind},
|
||||
user::User,
|
||||
user_profile_photos::UserProfilePhotos,
|
||||
|
@ -127,6 +128,7 @@ mod shipping_query;
|
|||
mod sticker;
|
||||
mod sticker_set;
|
||||
mod successful_payment;
|
||||
mod unit_true;
|
||||
mod update;
|
||||
mod user;
|
||||
mod user_profile_photos;
|
||||
|
|
Loading…
Reference in a new issue