mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 19:49:19 +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::{
|
use crate::{
|
||||||
dispatching::session::GetChatId,
|
dispatching::dialogue::GetChatId,
|
||||||
requests::{
|
requests::{
|
||||||
DeleteMessage, EditMessageCaption, EditMessageText, ForwardMessage,
|
DeleteMessage, EditMessageCaption, EditMessageText, ForwardMessage,
|
||||||
PinChatMessage, Request, ResponseResult, SendAnimation, SendAudio,
|
PinChatMessage, SendAnimation, SendAudio, SendContact, SendDocument,
|
||||||
SendContact, SendDocument, SendLocation, SendMediaGroup, SendMessage,
|
SendLocation, SendMediaGroup, SendMessage, SendPhoto, SendSticker,
|
||||||
SendPhoto, SendSticker, SendVenue, SendVideo, SendVideoNote, SendVoice,
|
SendVenue, SendVideo, SendVideoNote, SendVoice,
|
||||||
},
|
},
|
||||||
types::{ChatId, ChatOrInlineMessage, InputFile, InputMedia, Message},
|
types::{ChatId, ChatOrInlineMessage, InputFile, InputMedia, Message},
|
||||||
Bot,
|
Bot,
|
||||||
|
|
Loading…
Reference in a new issue