Fix ChatMemberUpdated

This commit is contained in:
jasonkhew96 2021-05-29 16:26:06 +08:00 committed by Demian
parent bd0bb74d13
commit 26b5194b68

View File

@ -40,7 +40,7 @@ type ChatMemberUpdated struct {
Chat Chat `json:"chat"`
// From which user the action was triggered.
From User `json:"user"`
From User `json:"from"`
// Unixtime, use ChatMemberUpdated.Time() to get time.Time
Unixtime int64 `json:"date"`