Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api

bot-api-6.1
Syfaro 2022-01-02 21:50:19 -05:00
commit ef6e421559
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.