From 339ad583da930547e0f90e012c2478299ee83f98 Mon Sep 17 00:00:00 2001 From: jonas747 Date: Mon, 25 Apr 2016 00:59:03 +0200 Subject: [PATCH] Changed Id to ID per iopreds request --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 8b9e7a1..00aab28 100644 --- a/structs.go +++ b/structs.go @@ -289,7 +289,7 @@ type Ready struct { type Relationship struct { User *User `json:"user"` Type int `json:"type"` // 1 = friend, 2 = blocked, 3 = incoming friend req, 4 = sent friend req - Id string `json:"id"` + ID string `json:"id"` } // A RateLimit struct holds information related to a specific rate limit.