types.go
changeset 220 8794323cabbe
parent 219 98697242c4a0
child 221 f9228d1f4267
equal deleted inserted replaced
219:98697242c4a0 220:8794323cabbe
    47 	Locked         bool      `json:"locked"`
    47 	Locked         bool      `json:"locked"`
    48 	CreatedAt      time.Time `json:"created_at"`
    48 	CreatedAt      time.Time `json:"created_at"`
    49 	FollowersCount int64     `json:"followers_count"`
    49 	FollowersCount int64     `json:"followers_count"`
    50 	FollowingCount int64     `json:"following_count"`
    50 	FollowingCount int64     `json:"following_count"`
    51 	StatusesCount  int64     `json:"statuses_count"`
    51 	StatusesCount  int64     `json:"statuses_count"`
       
    52 	Moved          *Account  `json:"moved"`
    52 	Source         *struct { // Used for verify_credentials
    53 	Source         *struct { // Used for verify_credentials
    53 		Privacy   string `json:"privacy"`
    54 		Privacy   string `json:"privacy"`
    54 		Sensitive bool   `json:"sensitive"`
    55 		Sensitive bool   `json:"sensitive"`
    55 		Note      string `json:"note"`
    56 		Note      string `json:"note"`
    56 	} `json:"source"`
    57 	} `json:"source"`