Files
librespot-spotizerr-dev/proto/spotify/login5/v3/identifiers/identifiers.proto
cool.gitter.not.me.again.duh 92a7a5d84e first commit
2025-05-30 21:28:21 -06:00

11 lines
223 B
Protocol Buffer

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;
}