app.bsky.notification.update_seen¶
- class atproto_client.models.app.bsky.notification.update_seen.Data¶
Bases:
DataModelBase
Input data model for
app.bsky.notification.updateSeen
.- field seen_at: str [Required]¶
Seen at.
- Constraints:
func = Validated by:
string_formats.validate_datetime()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined