mergedprofile.proto 158 B

12345678910
  1. syntax = "proto2";
  2. message MergedProfileRequest {
  3. }
  4. message MergedProfileReply {
  5. optional string username = 0x1;
  6. optional string artistid = 0x2;
  7. }