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

Struct Timeline

bluesky/blueskyapi.go:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type Timeline struct {
175 Feed []Feed `json:"feed"`
176 Cursor string `json:"cursor"`
177}
178
179type FollowersTimeline struct {
180 Subject User `json:"subject"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected