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

Struct FollowersTimeline

bluesky/blueskyapi.go:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179type FollowersTimeline struct {
180 Subject User `json:"subject"`
181 Followers []User `json:"followers"`
182 Cursor string `json:"cursor"`
183}
184
185type FollowsTimeline struct {
186 Subject User `json:"subject"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected