interface RCIMIWConversation {
    conversationType?: RCIMIWConversationType;
    targetId?: string;
    channelId?: string;
    unreadCount?: number;
    mentionedCount?: number;
    top?: boolean;
    draft?: string;
    lastMessage?: RCIMIWMessage;
    notificationLevel?: RCIMIWPushNotificationLevel;
    firstUnreadMsgSendTime?: number;
    operationTime?: number;
}

Properties

conversationType?: RCIMIWConversationType

获取会话类型

targetId?: string

会话 ID,单聊时为接收方 ID,群组会话中为群组 ID,聊天室会话中为聊天室 ID,系统会话为开发者指定的系统账号 Id

channelId?: string

频道 ID

unreadCount?: number

当前会话未读消息数量

mentionedCount?: number

本会话里自己被 @ 的消息数量

top?: boolean

本会话是否置顶

draft?: string

会话里保存的草稿信息

lastMessage?: RCIMIWMessage

获取最后一条消息

notificationLevel?: RCIMIWPushNotificationLevel

会话的通知级别

firstUnreadMsgSendTime?: number

获取会话第一条未读消息的时间戳,仅对超级群生效

operationTime?: number

获取会话最后的操作时间

MMNEPVFCICPMFPCPTTAAATR