goplayd/lib/spot/proto/PlaylistSyncEvent.proto

16 lines
357 B
Protocol Buffer

// Extracted from: Spotify 1.1.61.583 (Windows)
syntax = "proto2";
package spotify.event_sender.proto;
option optimize_for = CODE_SIZE;
message PlaylistSyncEvent {
optional string playlist_id = 1;
optional bool is_playlist = 2;
optional int64 timestamp_ms = 3;
optional int32 error_code = 4;
optional string event_description = 5;
}