Skip to content

Commit

Permalink
return masked email
Browse files Browse the repository at this point in the history
  • Loading branch information
shoreward committed Mar 15, 2021
1 parent 1a2cca4 commit 371e5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdapi/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type Auth2faMailRecovery struct {
CodeValidUntil string `json:"code_valid_until"`
NextCodeAt string `json:"next_code_at"`
CodeLength int `json:"code_length"`
Email string `json:"email"`
}

type Auth2faSettingsMailValidation struct {
Expand Down

0 comments on commit 371e5ad

Please sign in to comment.