Introduced GetUserExt

This commit is contained in:
2024-08-17 18:35:29 +03:00
parent 374a9d91c7
commit 659965a744
19 changed files with 38 additions and 19 deletions

View File

@@ -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::*};