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

Struct Lists

bluesky/blueskyapi.go:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362type Lists struct {
363 Lists []ListInfo `json:"lists"`
364 Cursor string `json:"cursor"`
365}
366
367type ListDetailed struct {
368 List ListInfo `json:"list"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected