Inline commands support (needed for pins handling)
This commit is contained in:
@@ -10,5 +10,7 @@ import (
|
||||
// RouterInterface implements Router for importing via appcontext.
|
||||
type RouterInterface interface {
|
||||
Init()
|
||||
|
||||
RouteInline(update *tgbotapi.Update) string
|
||||
RouteRequest(update *tgbotapi.Update) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user