POGOProtos.Networking.Platform.Requests.UpdateNotificationStatusMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Platform.Requests;
import "POGOProtos/Enums/NotificationState.proto";
message UpdateNotificationStatusMessage {
repeated string notification_ids = 1;
repeated int64 create_timestamp_ms = 2;
.POGOProtos.Enums.NotificationState state = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy