RCKitStore
    Preparing search index...

    Interface IConversationUpdate

    内存态会话更新信息

    interface IConversationUpdate {
        draft?: string;
        isTop?: boolean;
        latestMessage?: null | IAReceivedMessage;
        notificationLevel?: NotificationLevel;
        unreadCount?: number;
    }
    Index

    Properties

    draft?: string

    会话草稿变更

    isTop?: boolean

    置顶变更

    latestMessage?: null | IAReceivedMessage

    会话最后一条消息变更

    notificationLevel?: NotificationLevel

    免打扰状态变更

    unreadCount?: number

    未读数变更