@spacehq/sdk > UserMetadataStore > setNotificationsLastSeenAt
UserMetadataStore.setNotificationsLastSeenAt() method
Set the notifications last seen at
Signature:
setNotificationsLastSeenAt(timestamp: number): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| timestamp | number |
Returns:
Promise<void>