public TelegramBotMapVisitor(ILog log, ContentManager contentManager, ActionManager actionManager, TelegramUserContext context) { this.log = log; this.contentManager = contentManager; this.actionManager = actionManager; this.context = context; contentManager.AddContentFolder(context.Bot.ContentFolder); }
public TelegramBotMaestro(ILog log, TelegramUserContext context) { this.log = log; this.context = context; }