Fix ChatMemberUpdated

pull/410/head
jasonkhew96 3 years ago
parent 7d9606aa70
commit 2b1a95f3ed
No known key found for this signature in database
GPG Key ID: DACCAB1D3735A97D

@ -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"`

Loading…
Cancel
Save