diff --git a/ogame.go b/ogame.go index 99b93f92..470a69a9 100644 --- a/ogame.go +++ b/ogame.go @@ -1778,7 +1778,7 @@ type ChatPostResp struct { SenderID int `json:"senderId"` TargetID int `json:"targetId"` Text string `json:"text"` - Date int `json:"date"` + Date int64 `json:"date"` NewToken string `json:"newToken"` }