Pins to supergroups, managed by admins
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
package routerinterface
|
||||
|
||||
import (
|
||||
// 3rd party
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
)
|
||||
|
||||
// RouterInterface implements Router for importing via appcontext.
|
||||
type RouterInterface interface {
|
||||
Init()
|
||||
RouteRequest(update tgbotapi.Update) string
|
||||
RouteRequest(update *tgbotapi.Update) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user