Add WhatsApp reminder
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
Reference in New Issue
Block a user