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

Struct ListInfo

bluesky/blueskyapi.go:342–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342type ListInfo struct {
343 URI string `json:"uri"`
344 CID string `json:"cid"`
345 Creator User `json:"creator"`
346 Name string `json:"name"`
347 // ignoring purpose
348
349 Description string `json:"description"`
350 DescriptionFacets []Facet `json:"descriptionFacets"`
351 Avatar string `json:"avatar"`
352 ListItemCount int `json:"listItemCount"`
353 IndexedAt time.Time `json:"indexedAt"`
354 Viewer PostViewer `json:"viewer"`
355}
356
357type ListItem struct {
358 URI string `json:"uri"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected