public BaseCommand(TelegramBotClient client, MainProvider provider) { this.client = client; this.provider = provider; }
public BaseAdminPush(TelegramBotClient client, MainProvider provider) : base(client, provider) { }
public BaseCallback(TelegramBotClient client, MainProvider provider) { this.client = client; this.provider = provider; }