mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
fix merged
This commit is contained in:
parent
21328c152c
commit
6bb8241f27
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue