mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
c6327af2f3
A build script is used to ensure the source files haven’t been modified.
12 lines
316 B
Protocol Buffer
12 lines
316 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message DecorationData {
|
|
optional string username = 0x1;
|
|
optional string full_name = 0x2;
|
|
optional string image_url = 0x3;
|
|
optional string large_image_url = 0x5;
|
|
optional string first_name = 0x6;
|
|
optional string last_name = 0x7;
|
|
optional string facebook_uid = 0x8;
|
|
}
|
|
|