diff --git a/pkg/infrastructure/botapi.go b/pkg/infrastructure/botapi.go index 643f224..e24ca80 100644 --- a/pkg/infrastructure/botapi.go +++ b/pkg/infrastructure/botapi.go @@ -16,11 +16,6 @@ const ( startCommand = "start" ) -type fileInfo struct { - FileID string - Size int -} - func NewBotAPI(bot *tgbotapi.BotAPI, ownerChatID int64) app.BotAPI { return &botAPI{ bot: bot,