all repos — telegram-bot-api @ ef6e421559d82708b59888ba2022da7602284053

Golang bindings for the Telegram Bot API

Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api
Syfaro syfaro@huefox.com
Sun, 02 Jan 2022 21:50:19 -0500
commit

ef6e421559d82708b59888ba2022da7602284053

parent

60c16b67734cf469e708c8b12722cc4c2bc5486e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M types.gotypes.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.