MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / FollowsTimeline

Struct FollowsTimeline

bluesky/blueskyapi.go:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185type FollowsTimeline struct {
186 Subject User `json:"subject"`
187 Followers []User `json:"follows"`
188 Cursor string `json:"cursor"`
189}
190
191type Thread struct {
192 Type string `json:"$type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected