diff --git a/notification.go b/notification.go index 15e6cf7..155e417 100644 --- a/notification.go +++ b/notification.go @@ -9,7 +9,7 @@ import ( // Notification hold information for mastodon notification. type Notification struct { - ID int64 `json:"id"` + ID ID `json:"id"` Type string `json:"type"` CreatedAt time.Time `json:"created_at"` Account Account `json:"account"`