diff -r 98697242c4a0 -r 8794323cabbe types.go --- a/types.go Wed Mar 21 01:00:57 2018 +0100 +++ b/types.go Wed Mar 21 13:19:50 2018 +0100 @@ -49,6 +49,7 @@ FollowersCount int64 `json:"followers_count"` FollowingCount int64 `json:"following_count"` StatusesCount int64 `json:"statuses_count"` + Moved *Account `json:"moved"` Source *struct { // Used for verify_credentials Privacy string `json:"privacy"` Sensitive bool `json:"sensitive"`