POGOProtos.Inventory.ExclusiveTicketInfo.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Inventory;
import "POGOProtos/Data/PokemonData.proto";
import "POGOProtos/Data/Raid/SharedExclusiveTicketTrainerInfo.proto";
message ExclusiveTicketInfo {
int64 raid_seed = 1;
string fort_id = 2;
int64 start_time_ms = 4;
int64 end_time_ms = 5;
string image_url = 6;
double latitude = 7;
double longitude = 8;
string gym_name = 9;
int64 spawn_time_ms = 10;
bool is_cancelled = 11;
.POGOProtos.Data.PokemonData raid_pokemon = 12;
.POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
.POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy