Archived
1

Inline commands support (needed for pins handling)

This commit is contained in:
2017-11-26 07:55:13 +04:00
parent fed4a52075
commit a6811f61fc
4 changed files with 62 additions and 7 deletions

View File

@@ -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
}