Documentation
¶
Index ¶
- type Processor
- func (s *Processor) HandleCallbackQuery(ctx context.Context, query *telego.CallbackQuery) error
- func (s *Processor) HandleCommand(ctx context.Context, chatID int64, userID int64, command string) error
- func (s *Processor) ProcessNewRequest(ctx context.Context, userID int64, data string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func New ¶
func New( l logger.Logger, baseService *baseservices.BaseServices, agentService *agent.Agent, botService *bot.Bot, ) *Processor
func (*Processor) HandleCallbackQuery ¶
HandleCallbackQuery handles callback queries from inline buttons.
Click to show internal directories.
Click to hide internal directories.