librespot/protocol/proto/popcount.proto

12 lines
254 B
Protocol Buffer
Raw Normal View History

2015-07-01 17:49:03 +00:00
message PopcountRequest {
}
message PopcountResult {
optional sint64 count = 0x1;
optional bool truncated = 0x2;
repeated string user = 0x3;
repeated sint64 subscriptionTimestamps = 0x4;
repeated sint64 insertionTimestamps = 0x5;
}