Ejemplo n.º 1
0
 public BaseCallback(TelegramBotClient client, MainProvider provider)
 {
     this.client   = client;
     this.provider = provider;
 }
Ejemplo n.º 2
0
 public CommandProvider(TelegramBotClient client, MainProvider provider)
 {
     this.client   = client;
     this.provider = provider;
 }
Ejemplo n.º 3
0
 public BaseAdminPush(TelegramBotClient client, MainProvider provider) : base(client, provider)
 {
 }