mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-13 11:18:17 +01:00
fmt
This commit is contained in:
parent
9d887e51bb
commit
a213459cc3
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ use crate::{
|
|||
},
|
||||
types::{
|
||||
BotCommand, ChatId, ChatPermissions, InlineQueryResult, InputFile, InputMedia,
|
||||
LabeledPrice, ParseMode, InputSticker, TargetMessage,
|
||||
InputSticker, LabeledPrice, ParseMode, TargetMessage,
|
||||
},
|
||||
Bot,
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@ use serde::Serialize;
|
|||
use crate::{
|
||||
net,
|
||||
requests::{RequestOld, ResponseResult},
|
||||
types::{MaskPosition, InputSticker, True},
|
||||
types::{InputSticker, MaskPosition, True},
|
||||
Bot,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue