Skip to content

Commit

Permalink
remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 5, 2025
1 parent bfd5fa3 commit a22b309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions src/trait_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ use std::path::PathBuf;

use crate::api_params::{
AddStickerToSetParams, CreateNewStickerSetParams, EditMessageMediaParams, FileUpload,
InputMedia, Media, RemoveChatVerificationParams, RemoveUserVerificationParams,
SendAnimationParams, SendAudioParams, SendDocumentParams, SendMediaGroupParams,
SendPhotoParams, SendStickerParams, SendVideoNoteParams, SendVideoParams, SendVoiceParams,
SetChatPhotoParams, SetStickerSetThumbnailParams, UploadStickerFileParams, VerifyChatParams,
VerifyUserParams,
InputMedia, Media, SendAnimationParams, SendAudioParams, SendDocumentParams,
SendMediaGroupParams, SendPhotoParams, SendStickerParams, SendVideoNoteParams, SendVideoParams,
SendVoiceParams, SetChatPhotoParams, SetStickerSetThumbnailParams, UploadStickerFileParams,
};
use crate::objects::{
BotCommand, BotDescription, BotName, BotShortDescription, BusinessConnection,
Expand Down
8 changes: 3 additions & 5 deletions src/trait_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ use std::path::PathBuf;

use crate::api_params::{
AddStickerToSetParams, CreateNewStickerSetParams, EditMessageMediaParams, FileUpload,
InputMedia, Media, RemoveChatVerificationParams, RemoveUserVerificationParams,
SendAnimationParams, SendAudioParams, SendDocumentParams, SendMediaGroupParams,
SendPhotoParams, SendStickerParams, SendVideoNoteParams, SendVideoParams, SendVoiceParams,
SetChatPhotoParams, SetStickerSetThumbnailParams, UploadStickerFileParams, VerifyChatParams,
VerifyUserParams,
InputMedia, Media, SendAnimationParams, SendAudioParams, SendDocumentParams,
SendMediaGroupParams, SendPhotoParams, SendStickerParams, SendVideoNoteParams, SendVideoParams,
SendVoiceParams, SetChatPhotoParams, SetStickerSetThumbnailParams, UploadStickerFileParams,
};
use crate::objects::{
BotCommand, BotDescription, BotName, BotShortDescription, BusinessConnection,
Expand Down

0 comments on commit a22b309

Please sign in to comment.