We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde58e5 + e21487f commit 4fe428cCopy full SHA for 4fe428c
1 file changed
types.go
@@ -1687,7 +1687,7 @@ type ChatJoinRequest struct {
1687
// Chat to which the request was sent.
1688
Chat Chat `json:"chat"`
1689
// User that sent the join request.
1690
- From User `json:"user"`
+ From User `json:"from"`
1691
// Date the request was sent in Unix time.
1692
Date int `json:"date"`
1693
// Bio of the user.
0 commit comments