Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 v0.1.0 Jul 22, 2026 Changes in this version + const TimeLayout + func FormatTime(t time.Time) string + type Bot struct + func New(apiBaseURL, token string, opts ...Option) *Bot + func (b *Bot) Handler() http.Handler + type Option func(*Bot) + func WithClock(now func() time.Time) Option