All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Requests.Social.UpdateNotificationMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Requests.Messages.Social;

import "POGOProtos/Enums/NotificationState.proto";

message UpdateNotificationMessage {
	repeated string notification_ids = 1;
	repeated int64 create_timestamp_ms = 2;
	.POGOProtos.Enums.NotificationState state = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy