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

Struct Notification

bluesky/blueskyapi.go:324–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type Notification struct {
325 URI string `json:"uri"`
326 CID string `json:"cid"`
327 Author User `json:"author"`
328 Reason string `json:"reason"`
329 ReasonSubject string `json:"reasonSubject"`
330 Record PostInteractionRecord `json:"record"` // i think this is the correct object?
331 IsRead bool `json:"isRead"`
332 IndexedAt time.Time `json:"indexedAt"`
333}
334
335type Notifications struct {
336 Notifications []Notification `json:"notifications"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected