Versions in this module Expand all Collapse all v0 v0.3.0 Sep 27, 2021 v0.2.0 Sep 7, 2021 Changes in this version type Bot + func (b *Bot) Init(ctx context.Context) error v0.1.0 Sep 7, 2021 Changes in this version + type Bot struct + Sugar *zap.SugaredLogger + func New(token string, coll *mongo.Collection, Sugar *zap.SugaredLogger) (*Bot, error) + func (b *Bot) Serve(ctx context.Context, ch <-chan tgbotapi.Chattable) error