diff --git a/src/dispatching/dispatcher_handler_ctx.rs b/src/dispatching/dispatcher_handler_ctx.rs index 9c874163..ccda15ff 100644 --- a/src/dispatching/dispatcher_handler_ctx.rs +++ b/src/dispatching/dispatcher_handler_ctx.rs @@ -1,10 +1,10 @@ use crate::{ - dispatching::session::GetChatId, + dispatching::dialogue::GetChatId, requests::{ DeleteMessage, EditMessageCaption, EditMessageText, ForwardMessage, - PinChatMessage, Request, ResponseResult, SendAnimation, SendAudio, - SendContact, SendDocument, SendLocation, SendMediaGroup, SendMessage, - SendPhoto, SendSticker, SendVenue, SendVideo, SendVideoNote, SendVoice, + PinChatMessage, SendAnimation, SendAudio, SendContact, SendDocument, + SendLocation, SendMediaGroup, SendMessage, SendPhoto, SendSticker, + SendVenue, SendVideo, SendVideoNote, SendVoice, }, types::{ChatId, ChatOrInlineMessage, InputFile, InputMedia, Message}, Bot,