Initial Commit
This commit is contained in:
10
proto/spotify/login5/v3/identifiers/identifiers.proto
Normal file
10
proto/spotify/login5/v3/identifiers/identifiers.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package spotify.login5.v3.identifiers;
|
||||
option java_package = "com.spotify.login5v3";
|
||||
|
||||
message PhoneNumber {
|
||||
string number = 1;
|
||||
string iso_country_code = 2;
|
||||
string country_calling_code = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user