Remove unused struct
This commit is contained in:
@@ -16,11 +16,6 @@ const (
|
|||||||
startCommand = "start"
|
startCommand = "start"
|
||||||
)
|
)
|
||||||
|
|
||||||
type fileInfo struct {
|
|
||||||
FileID string
|
|
||||||
Size int
|
|
||||||
}
|
|
||||||
|
|
||||||
func NewBotAPI(bot *tgbotapi.BotAPI, ownerChatID int64) app.BotAPI {
|
func NewBotAPI(bot *tgbotapi.BotAPI, ownerChatID int64) app.BotAPI {
|
||||||
return &botAPI{
|
return &botAPI{
|
||||||
bot: bot,
|
bot: bot,
|
||||||
|
|||||||
Reference in New Issue
Block a user