Reminders for league. Now just reminders, without attack button
This commit is contained in:
@@ -7,12 +7,10 @@ import (
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
)
|
||||
|
||||
// PinnerInterface implements Pinner for importing via appcontex
|
||||
// PinnerInterface implements Pinner for importing via appcontext
|
||||
type PinnerInterface interface {
|
||||
Init()
|
||||
|
||||
PinBattleAlert()
|
||||
|
||||
PinMessageToSomeChats(update *tgbotapi.Update) string
|
||||
PinMessageToAllChats(update *tgbotapi.Update) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user