Update prayer.proto

This commit is contained in:
Asim Aslam
2021-09-22 12:50:53 +01:00
committed by GitHub
parent 0f3952f3ab
commit e841bc0ac6

View File

@@ -25,6 +25,7 @@ message PrayerTime {
string isha = 7; string isha = 7;
} }
// Get the prayer (salah) times for a location on a given date
message TimesRequest { message TimesRequest {
// optional date in YYYY-MM-DD format, otherwise uses today // optional date in YYYY-MM-DD format, otherwise uses today
string date = 1; string date = 1;