all repos — telegram-bot-api @ e21487f0d6b20c5bfd0e95295c89580b3d0552a6

Golang bindings for the Telegram Bot API

Fix ChatJoinRequest.From json tag
Oleg Morozov morozov.o@kolesa.kz
Mon, 13 Dec 2021 17:19:11 +0600
commit

e21487f0d6b20c5bfd0e95295c89580b3d0552a6

parent

fde58e56ae1e2629ee6b4a77a7feb0ddf38340ee

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.