| 183 | } |
| 184 | |
| 185 | type FollowsTimeline struct { |
| 186 | Subject User `json:"subject"` |
| 187 | Followers []User `json:"follows"` |
| 188 | Cursor string `json:"cursor"` |
| 189 | } |
| 190 | |
| 191 | type Thread struct { |
| 192 | Type string `json:"$type"` |
nothing calls this directly
no outgoing calls
no test coverage detected