1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00
librespot/protocol/proto/pubsub.proto
2015-07-01 20:18:00 +02:00

6 lines
128 B
Protocol Buffer

message Subscription {
optional string uri = 0x1;
optional int32 expiry = 0x2;
optional int32 status_code = 0x3;
}