@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface UnreadCount

    The Sudo Platform SDK representation of the unread count breakdown by message category.

    UnreadCount

    interface UnreadCount {
        all: number;
        mentions: number;
    }
    Index

    Properties

    Properties

    all: number

    The total number of unread messages.

    mentions: number

    The total number of unread messages that mention this handle.