This commit is contained in:
Waffle 2020-11-05 03:22:23 +03:00
parent 9d887e51bb
commit a213459cc3
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ use crate::{
},
types::{
BotCommand, ChatId, ChatPermissions, InlineQueryResult, InputFile, InputMedia,
LabeledPrice, ParseMode, InputSticker, TargetMessage,
InputSticker, LabeledPrice, ParseMode, TargetMessage,
},
Bot,
};

View file

@ -3,7 +3,7 @@ use serde::Serialize;
use crate::{
net,
requests::{RequestOld, ResponseResult},
types::{MaskPosition, InputSticker, True},
types::{InputSticker, MaskPosition, True},
Bot,
};