Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Feb 9, 2021
2 parents eb4d2b5 + ac653b5 commit f7dd697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdapi/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package tdapi

import "github.com/tada-team/tdproto"

type Auth2faRequiredResponse struct {
type Auth struct {
Token string `json:"token,omitempty"`
Me tdproto.UserWithMe `json:"me"`
Required2fa bool `json:"required2fa"`
Expand Down

0 comments on commit f7dd697

Please sign in to comment.