From d4145b2009628bb4aa20e4e0980f61677d05be77 Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Mon, 29 Jul 2024 00:32:00 +0300 Subject: [PATCH] Remove unused struct --- pkg/infrastructure/botapi.go | 5 ----- 1 file changed, 5 deletions(-) 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,