Remove unused struct

This commit is contained in:
2024-07-29 00:32:00 +03:00
parent c8532ebe53
commit d4145b2009
-5
View File
@@ -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,