Skip to content

Commit

Permalink
Fix ChatJoinRequest.From json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zigmund committed Dec 13, 2021
1 parent fde58e5 commit e21487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ type ChatJoinRequest struct {
// Chat to which the request was sent.
Chat Chat `json:"chat"`
// User that sent the join request.
From User `json:"user"`
From User `json:"from"`
// Date the request was sent in Unix time.
Date int `json:"date"`
// Bio of the user.
Expand Down

0 comments on commit e21487f

Please sign in to comment.