Skip to content

Commit

Permalink
country.iso
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed May 23, 2021
1 parent fadd76c commit 1a5c108
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion country.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ package tdproto

// Country for phone numbers selection on login screen
type Country struct {
// Country code
// Phone code
Code string `json:"code"`

// Country ISO code
Iso string `json:"iso"`

// Country name
Name string `json:"name"`

Expand Down

0 comments on commit 1a5c108

Please sign in to comment.