Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2026 Changes in this version + func WithBotContext(ctx context.Context, bot BotContext) context.Context + type BotContext interface + Client func() client.ClientWithResponsesInterface + EventEmitter func() eventemitter.EventEmitter + Logger func() logger.Logger + func FromContext(ctx context.Context) BotContext