all repos — telegram-bot-api @ 4fe428c77a68a9903ab5bfcaecb978003ce0424b

Golang bindings for the Telegram Bot API

Merge pull request #500 from zigmund/fix-chatjoinrequest-from

Fix ChatJoinRequest.From json tag
Syfaro syfaro@huefox.com
Mon, 13 Dec 2021 08:55:06 -0500
commit

4fe428c77a68a9903ab5bfcaecb978003ce0424b

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.