fix merged

This commit is contained in:
p0lunin 2020-02-04 20:21:41 +02:00
parent 21328c152c
commit 6bb8241f27

View file

@ -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,