Files
sendico/api/pkg/messaging/notifications/telegram/handler/interface.go
2026-01-20 22:29:30 +01:00

10 lines
169 B
Go

package handler
import (
"context"
"github.com/tech/sendico/pkg/model"
)
type TelegramReactionHandler = func(context.Context, *model.TelegramReactionRequest) error