POGOProtos.Networking.Requests.Messages.GetAssetDigestMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;
import "POGOProtos/Enums/Platform.proto";
message GetAssetDigestMessage {
.POGOProtos.Enums.Platform platform = 1;
string device_manufacturer = 2;
string device_model = 3;
string locale = 4;
uint32 app_version = 5;
bool paginate = 6;
int32 page_offset = 7;
uint64 page_timestamp = 8;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy