Documentation ¶ Index ¶ Variables type TGBot func New(cfg *config.Config, q *db.Queries, b *bot.Bot, s *stellar.Stellar, ...) *TGBot func (t *TGBot) Run(ctx context.Context) Constants ¶ This section is empty. Variables ¶ View Source var ErrNotExpectingInput = errors.New("not expecting input") Functions ¶ This section is empty. Types ¶ type TGBot ¶ type TGBot struct { // contains filtered or unexported fields } func New ¶ func New( cfg *config.Config, q *db.Queries, b *bot.Bot, s *stellar.Stellar, gpt *chatgpt.ChatGPT, campaign *campaign.Campaign, l *slog.Logger, ) *TGBot func (*TGBot) Run ¶ func (t *TGBot) Run(ctx context.Context) Source Files ¶ View all Source files tgbot.go tgbot_message_channel.go tgbot_message_group.go tgbot_message_private.go tgbot_private.go tgbot_private_start.go tgbot_text.go Click to show internal directories. Click to hide internal directories.