Add WhatsApp reminder

This commit is contained in:
2024-06-18 21:21:27 +02:00
parent 0d5307cf1a
commit 662850c35c
8 changed files with 422 additions and 56 deletions
@@ -0,0 +1,16 @@
package de.jeyp91.whatsapp;
public record WhatsAppReminder(int season,
int league,
String leagueName,
int matchday,
String matchdayName,
String deliveryDate,
String todayTomorrow,
String time,
int remainingHours,
int userId,
String username,
String phoneNumber,
int missingBets) {
}