Skip to content

Commit

Permalink
Merge pull request #500 from zigmund/fix-chatjoinrequest-from
Browse files Browse the repository at this point in the history
Fix ChatJoinRequest.From json tag
  • Loading branch information
Syfaro committed Dec 13, 2021
2 parents fde58e5 + e21487f commit 4fe428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
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 4fe428c

Please sign in to comment.