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