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

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

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

import "POGOProtos/Data/Inbox/ClientInbox.proto";

message GetInboxResponse {
	Result result = 1;
	.POGOProtos.Data.Inbox.ClientInbox inbox = 2;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
		FAILURE = 2;
		TIMED_OUT = 3;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy