Files
librespot-spotizerr-dev/proto/pubsub.proto
cool.gitter.not.me.again.duh 92a7a5d84e first commit
2025-05-30 21:28:21 -06:00

12 lines
203 B
Protocol Buffer

syntax = "proto2";
package spotify;
option java_package = "com.spotify";
message Subscription {
optional string uri = 0x1;
optional int32 expiry = 0x2;
optional int32 status_code = 0x3;
}