package
0.0.40
Repository: https://github.com/pashteto/tgbottimesqlite.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

type DbGetterSetter interface { InsertChat(ctx context.Context, id, user string, chat int64, shift int) error DelUser(ctx context.Context, chat int64, user string) GetCount(ctx context.Context, chat int64) (int, error) GetChat(ctx context.Context, chat int64) ([]repo.ChatMember, error) }.