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

POGOProtos.Data.Telemetry.RaidTelemetry.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Telemetry;

import "POGOProtos/Enums/TelemetryIds.proto";

message RaidTelemetry {
	.POGOProtos.Enums.RaidTelemetryIds raid_telemetry_id = 1;
	string bundle_version = 2;
	float time_since_enter_raid = 3;
	float time_since_last_raid_telemetry = 4;
	int32 raid_level = 5;
	bool private_lobby = 6;
	string ticket_item = 7;
	int32 num_players_in_lobby = 8;
	int32 battle_party_number = 9;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy