stateful

package
v0.0.0-...-4f983b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotSupported   = errors.New("not supported")
	ErrUserIDInvalid  = errors.New("invalid user id")
	ErrInvalidCommand = errors.New("invalid command")
)

Functions

This section is empty.

Types

type Stateful

type Stateful interface {
	SaveState() error
	LoadState() error
	Close() error
	TGAdminPrefix() string
	HandleTGCommands(*zap.Logger, *telego.Bot, *telego.Message, []string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL