mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
6 lines
128 B
Protocol Buffer
6 lines
128 B
Protocol Buffer
message Subscription {
|
|
optional string uri = 0x1;
|
|
optional int32 expiry = 0x2;
|
|
optional int32 status_code = 0x3;
|
|
}
|
|
|