Fix ChatJoinRequest.From json tag

bot-api-6.1
Oleg Morozov 2021-12-13 17:19:11 +06:00
parent fde58e56ae
commit e21487f0d6
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 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.