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,4 +1,4 @@
use crate::prelude::*;
use crate::{errors::NoUserInfo, prelude::*};
use std::sync::Arc;
use teloxide::{
dispatching::{dialogue::GetChatId, DpHandlerDescription},