app.bsky.notification.declaration
A declaration of the user’s choices related to notifications that can be produced by them.
- class atproto_client.models.app.bsky.notification.declaration.Record
Bases:
RecordModelBaseRecord model for
app.bsky.notification.declaration.
- class atproto_client.models.app.bsky.notification.declaration.GetRecordResponse
Bases:
SugarResponseModelBaseGet record response for
models.AppBskyNotificationDeclaration.Record.- field uri: str [Required]
The URI of the record.
- field value: models.AppBskyNotificationDeclaration.Record [Required]
The record.
- class atproto_client.models.app.bsky.notification.declaration.ListRecordsResponse
Bases:
SugarResponseModelBaseList records response for
models.AppBskyNotificationDeclaration.Record.- field records: Dict[str, models.AppBskyNotificationDeclaration.Record] [Required]
Map of URIs to records.
- class atproto_client.models.app.bsky.notification.declaration.CreateRecordResponse
Bases:
SugarResponseModelBaseCreate record response for
models.AppBskyNotificationDeclaration.Record.- field cid: str [Required]
The CID of the record.
- field uri: str [Required]
The URI of the record.