// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. package bsky // schema: app.bsky.notification.declaration import ( "github.com/bluesky-social/indigo/lex/util" ) func init() { util.RegisterType("app.bsky.notification.declaration", &NotificationDeclaration{}) } // // RECORDTYPE: NotificationDeclaration type NotificationDeclaration struct { LexiconTypeID string `json:"$type,const=app.bsky.notification.declaration" cborgen:"$type,const=app.bsky.notification.declaration"` // allowSubscriptions: A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'. AllowSubscriptions string `json:"allowSubscriptions" cborgen:"allowSubscriptions"` }