Skip to content

Commit

Permalink
Method2fa added
Browse files Browse the repository at this point in the history
  • Loading branch information
shoreward committed Mar 10, 2021
1 parent 78f40c8 commit bd88ba5
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 @@ -14,6 +14,7 @@ type Auth struct {
Token string `json:"token,omitempty"`
Me tdproto.UserWithMe `json:"me"`
Required2fa bool `json:"required2fa"`
Method2fa string `json:"method2fa"`
}

type Auth2faSettingsResponse struct {
Expand Down

0 comments on commit bd88ba5

Please sign in to comment.