Merge pull request #500 from zigmund/fix-chatjoinrequest-from

Fix ChatJoinRequest.From json tag
bot-api-6.1
Syfaro 2021-12-13 08:55:06 -05:00 committed by GitHub
commit 4fe428c77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1687,7 +1687,7 @@ type ChatJoinRequest struct {
// Chat to which the request was sent. // Chat to which the request was sent.
Chat Chat `json:"chat"` Chat Chat `json:"chat"`
// User that sent the join request. // User that sent the join request.
From User `json:"user"` From User `json:"from"`
// Date the request was sent in Unix time. // Date the request was sent in Unix time.
Date int `json:"date"` Date int `json:"date"`
// Bio of the user. // Bio of the user.