syntax = "proto3";
package POGOProtos.Data.Telemetry;

import "POGOProtos/Enums/TelemetryIds.proto";

message PushNotificationTelemetry {
	.POGOProtos.Enums.PushNotificationTelemetryIds notification_id = 1;
	string category = 2;
}
