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

Struct Feed

bluesky/blueskyapi.go:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164type Feed struct {
165 Post Post `json:"post"`
166 Reply struct {
167 Root Post `json:"root"`
168 Parent Post `json:"parent"`
169 } `json:"reply"`
170 Reason *PostReason `json:"reason"`
171 FeedContext string `json:"feedContext"`
172}
173
174type Timeline struct {
175 Feed []Feed `json:"feed"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected