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

POGOProtos.Data.Gift.GiftBoxDetails.proto Maven / Gradle / Ivy

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

message GiftBoxDetails {
	fixed64 giftbox_id = 1;
	string sender_id = 2;
	string sender_codename = 3;
	string receiver_id = 4;
	string receiver_codename = 5;
	string fort_id = 6;
	string fort_name = 7;
	double fort_lat = 8;
	double fort_lng = 9;
	string fort_image_url = 10;
	int64 creation_timestamp = 11;
	int64 sent_timestamp = 12;
	fixed64 delivery_pokemon_id = 13;
	bool is_sponsored = 14;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy