RongCloud React Native IM Wrapper - v5.12.1
    Preparing search index...

    Interface RCIMIWConversation

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

    Properties

    conversationType?: RCIMIWConversationType

    Get session type

    targetId?: string

    Conversation ID: receiver ID for single chat, group ID for group chat, room ID for chat room, and system account ID specified by the developer for system chat

    channelId?: string

    Channel ID

    unreadCount?: number

    Unread message count in current session

    mentionedCount?: number

    Number of messages mentioning you in this session

    top?: boolean

    Is this session pinned?

    draft?: string

    Draft info saved in the conversation

    lastMessage?: RCIMIWMessage

    Get the last message

    notificationLevel?: RCIMIWPushNotificationLevel

    Notification level of the session

    firstUnreadMsgSendTime?: number

    Get timestamp of the first unread message in a supergroup

    operationTime?: number

    Get the last operation time of the session