Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = errors.New("not supported")
Functions ¶
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
func (*Action) Apply ¶
func (r *Action) Apply(callback interfaces2.StatefulFilter, _ *scoringResult.ScoringResult, chatID telego.ChatID, messageIDs []int64, userID int64) error
func (*Action) ApplyToMessage ¶
func (r *Action) ApplyToMessage(_ interfaces2.StatefulFilter, _ *scoringResult.ScoringResult, _ *telego.Message) error
func (*Action) PerMessage ¶
Click to show internal directories.
Click to hide internal directories.