FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface INoticeCount

    通知数

    interface INoticeCount {
        unreadAtNotificationCnt: number;
        unreadBroadcastNotificationCnt: number;
        unreadCommentedNotificationCnt: number;
        unreadFollowingNotificationCnt: number;
        unreadNewFollowerNotificationCnt: number;
        unreadNotificationCnt: number;
        unreadPointNotificationCnt: number;
        unreadReplyNotificationCnt: number;
        unreadSysAnnounceNotificationCnt: number;
        userNotifyStatus: boolean;
    }
    Index

    Properties

    unreadAtNotificationCnt: number

    未读 @ 通知数

    unreadBroadcastNotificationCnt: number

    未读同城通知数

    unreadCommentedNotificationCnt: number

    未读评论通知数

    unreadFollowingNotificationCnt: number

    未读关注通知数

    unreadNewFollowerNotificationCnt: number

    未读关注者通知数

    unreadNotificationCnt: number

    未读通知数

    unreadPointNotificationCnt: number

    未读积分通知数

    unreadReplyNotificationCnt: number

    未读回复通知数

    unreadSysAnnounceNotificationCnt: number

    未读系统通知数

    userNotifyStatus: boolean

    用户是否启用 Web 通知