# HG changeset patch # User Mikael Berthe # Date 1521634790 -3600 # Node ID 8794323cabbe634f849060ef945627ee91361628 # Parent 98697242c4a0537e362e882801f4194124e08231 Add account "moved" field 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"`