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

Struct ListDetailed

bluesky/blueskyapi.go:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367type ListDetailed struct {
368 List ListInfo `json:"list"`
369 Cursor string `json:"cursor"`
370 Items []ListItem `json:"items"`
371}
372
373type FTime struct {
374 time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected