Introduced GetUserExt
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
pub use crate::{
|
||||
cryptography::{account::Decrypted as DecryptedAccount, validate_field},
|
||||
entity::{account::Account, master_pass::MasterPass, Pool},
|
||||
errors::{handle_error, NoUserInfo},
|
||||
errors::handle_error,
|
||||
first_handler, handler,
|
||||
locales::LocaleRef,
|
||||
markups::{deletion_markup, menu_markup},
|
||||
state::{CallbackMessageIdExt as _, Handler, MainDialogue, MessageIds, PackagedHandler, State},
|
||||
utils::GetUserExt as _,
|
||||
};
|
||||
pub use futures::{StreamExt as _, TryStreamExt as _};
|
||||
pub use teloxide::{adaptors::Throttle, prelude::*};
|
||||
|
Reference in New Issue
Block a user