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

POGOProtos.Networking.Responses.Social.ListOutgoingFriendInvitesResponse.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/Friends/OutgoingFriendInviteDisplay.proto";

message ListOutgoingFriendInvitesResponse {
	Result result = 1;
	repeated .POGOProtos.Data.Friends.OutgoingFriendInviteDisplay invites = 2;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
		ERROR_UNKNOWN = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy