2024 edition

This commit is contained in:
2025-02-21 16:40:42 +03:00
parent d064b8d571
commit 777ad8e311
14 changed files with 205 additions and 166 deletions

View File

@@ -1,7 +1,7 @@
use crate::{errors::NoUserInfo, prelude::*};
use std::sync::Arc;
use teloxide::{
dispatching::{dialogue::GetChatId, DpHandlerDescription},
dispatching::{DpHandlerDescription, dialogue::GetChatId},
dptree::Handler,
};