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);
        }
示例#2
0
 public TelegramBotMaestro(ILog log, TelegramUserContext context)
 {
     this.log     = log;
     this.context = context;
 }