Fix ChatJoinRequest.From json tag
Oleg Morozov morozov.o@kolesa.kz
Mon, 13 Dec 2021 17:19:11 +0600
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
types.go
→
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.