app.bsky.notification.update_seen#

pydantic model atproto.xrpc_client.models.app.bsky.notification.update_seen.Data#

Bases: DataModelBase

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

Show JSON schema
{
   "title": "Data",
   "description": "Input data model for :obj:`app.bsky.notification.updateSeen`.",
   "type": "object",
   "properties": {
      "seenAt": {
         "title": "Seenat",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "seenAt"
   ]
}

Fields:
field seen_at: str [Required] (alias 'seenAt')#

Seen at.

class atproto.xrpc_client.models.app.bsky.notification.update_seen.DataDict#

Bases: TypedDict

seen_at: str#

Seen at.