diff options
Diffstat (limited to 'vendor/github.com')
-rw-r--r-- | vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go b/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go index 18b4decb..847f1b14 100644 --- a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go +++ b/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/types.go @@ -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. |