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

POGOProtos.Networking.Requests.Messages.SetFavoritePokemonMessage.proto Maven / Gradle / Ivy

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

message SetFavoritePokemonMessage {
	int64 pokemon_id = 1;  // Do not change https://github.com/AeonLucid/POGOProtos/pull/126
	bool is_favorite = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy