librespot/protocol/proto/pubsub.proto

7 lines
128 B
Protocol Buffer
Raw Normal View History

2015-07-01 17:49:03 +00:00
message Subscription {
optional string uri = 0x1;
optional int32 expiry = 0x2;
optional int32 status_code = 0x3;
}