@@ -6,6 +6,6 @@ import (
|
||||
)
|
||||
|
||||
type BotState interface {
|
||||
Do(text string, chatInfo *db.ChatInfo, username string) error
|
||||
Do(text string, chatInfo *db.ChatInfo) error
|
||||
GetHandler() (string, func(http.ResponseWriter, *http.Request))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user