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

Struct Notifications

bluesky/blueskyapi.go:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335type Notifications struct {
336 Notifications []Notification `json:"notifications"`
337 Cursor string `json:"cursor"`
338 Priority bool `json:"priority"`
339 SeenAt time.Time `json:"seenAt"`
340}
341
342type ListInfo struct {
343 URI string `json:"uri"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected