refactored notificatoin / tgsettle responsibility boundaries
This commit is contained in:
@@ -7,3 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type TelegramReactionHandler = func(context.Context, *model.TelegramReactionRequest) error
|
||||
|
||||
type TelegramTextHandler = func(context.Context, *model.TelegramTextRequest) error
|
||||
|
||||
type TelegramUpdateHandler = func(context.Context, *model.TelegramWebhookUpdate) error
|
||||
|
||||
Reference in New Issue
Block a user