appBskyNotificationUpdateSeen top-level constant
app.bsky.notification.updateSeen
Implementation
const appBskyNotificationUpdateSeen = <String, dynamic>{
"lexicon": 1,
"id": "app.bsky.notification.updateSeen",
"defs": {
"main": {
"type": "procedure",
"description":
"Notify server that the requesting account has seen notifications. Requires auth.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["seenAt"],
"properties": {
"seenAt": {"type": "string", "format": "datetime"}
}
}
}
}
}
};