Type alias NotificationReadMessage

NotificationReadMessage: {
    limit?: number;
    order?: "asc" | "desc";
    seek?: NotificationIdEncoded | number;
    seekEnd?: NotificationIdEncoded | number;
    unread?: boolean;
}

Type declaration

Generated using TypeDoc