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

POGOProtos.Networking.Responses.GetPlayerResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Data/PlayerData.proto";

message GetPlayerResponse {
	bool success = 1;
	.POGOProtos.Data.PlayerData player_data = 2;
	bool banned = 3;
	bool warn = 4;
	bool was_created = 5;
	bool warn_message_acknowledged = 6;
	bool was_suspended = 7;
	bool suspended_message_acknowledged = 8;
	int64 warn_expire_ms = 9;
	repeated int32 user_permission = 10;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy