types.go
changeset 220 8794323cabbe
parent 219 98697242c4a0
child 221 f9228d1f4267
--- 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"`