librespot-python/proto/explicit_content_pubsub.proto

16 lines
297 B
Protocol Buffer
Raw Normal View History

2021-02-24 00:46:59 +01:00
syntax = "proto2";
package spotify.explicit_content.proto;
option optimize_for = CODE_SIZE;
option java_package = "com.spotify.explicit";
message KeyValuePair {
required string key = 1;
required string value = 2;
}
message UserAttributesUpdate {
repeated KeyValuePair pairs = 1;
}