reply

package
v1.0.19 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reply

type Reply struct {
	ID          primitive.ObjectID `bson:"_id,omitempty"`
	ChildBotID  primitive.ObjectID `bson:"cbi,omitempty"`
	TgUserID    int64              `bson:"tui,omitempty"`
	TgChatID    int64              `bson:"tci,omitempty"`
	TgMessageID int64              `bson:"tmi,omitempty"`
}

type Repo

type Repo struct {
	// contains filtered or unexported fields
}

func NewRepo

func NewRepo(ctx context.Context, db *mongo.Database) (*Repo, error)

func (*Repo) Create

func (r *Repo) Create(
	c context.Context,
	childBotID primitive.ObjectID,
	tgUserID,
	tgChatID,
	tgMessageID int64,
) (
	primitive.ObjectID,
	error,
)

func (*Repo) DeleteByChildBotID added in v1.0.16

func (r *Repo) DeleteByChildBotID(c context.Context, childBotID primitive.ObjectID) error

func (*Repo) GetByID

func (r *Repo) GetByID(c context.Context, id primitive.ObjectID) (Reply, error)

Jump to

Keyboard shortcuts

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