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

Struct PostSearchResult

bluesky/blueskyapi.go:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275type PostSearchResult struct {
276 Posts []Post `json:"posts"`
277 HitsTotal int `json:"hitsTotal"`
278 Cursor string `json:"cursor"`
279}
280
281type UserSearchResult struct {
282 Actors []User `json:"actors"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected