public BaseCommand(TelegramBotClient client, MainProvider provider)
 {
     this.client   = client;
     this.provider = provider;
 }
예제 #2
0
 public BaseAdminPush(TelegramBotClient client, MainProvider provider) : base(client, provider)
 {
 }
 public BaseCallback(TelegramBotClient client, MainProvider provider)
 {
     this.client   = client;
     this.provider = provider;
 }