| 177 | } |
| 178 | |
| 179 | type FollowersTimeline struct { |
| 180 | Subject User `json:"subject"` |
| 181 | Followers []User `json:"followers"` |
| 182 | Cursor string `json:"cursor"` |
| 183 | } |
| 184 | |
| 185 | type FollowsTimeline struct { |
| 186 | Subject User `json:"subject"` |
nothing calls this directly
no outgoing calls
no test coverage detected