public TelegramBotService(ILog log, ITelegramBotServiceSettings settings, ITelegramBotManager botManager)
 {
     this.log        = log;
     this.settings   = settings;
     this.botManager = botManager;
 }
Esempio n. 2
0
 public MyTool(ILog log, ITelegramBotManager theBotManager)
 {
     this.theBotManager = theBotManager;
 }