POGOProtos.Networking.Responses.DeleteGiftResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message DeleteGiftResponse {
Result result = 1;
enum Result {
UNSET = 0;
SUCCESS = 1;
ERROR_UNKNOWN = 2;
ERROR_INVALID_PLAYER_ID = 3;
ERROR_FRIEND_NOT_FOUND = 4;
ERROR_GIFT_DOES_NOT_EXIST = 5;
ERROR_FRIEND_UPDATE = 6;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy