ZeroBot-Plugin/plugin_manager/timer/timer.proto
2021-10-28 11:40:30 +08:00

14 lines
239 B
Protocol Buffer

syntax = "proto3";
package timer;
message Timer {
string alert = 1;
string cron = 2;
int32 en1month4day5week3hour5min6 = 4;
int64 selfid = 8;
string url = 16;
}
message TimersMap {
map<string, Timer> timers = 1;
}