Versions in this module Expand all Collapse all v0 v0.1.1 May 24, 2023 Changes in this version + func RunBot(botClient *BotClient, mongoDBClient *mongo.Client, ctx context.Context, ...) + type BotClient struct + Id string + Openai *openai.Client + Telegram *tgbotapi.BotAPI + type BotMessage struct + Content string + Role string + TimeStamp int64