app.bsky.notification.updateSeen

Notify server that the requesting account has seen notifications. Requires auth.

class atproto_client.models.app.bsky.notification.update_seen.Data

Bases: DataModelBase

Input data model for app.bsky.notification.updateSeen.

field seen_at: DateTime [Required]

Seen at.

class atproto_client.models.app.bsky.notification.update_seen.DataDict

Bases: TypedDict

seen_at: DateTime

Seen at.