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

    Interface RCIMIWSearchConversationResult

    interface RCIMIWSearchConversationResult {
        conversation?: RCIMIWConversation;
        count?: number;
    }
    Index
    conversation?: RCIMIWConversation

    获取会话的实体,用来容纳和存储客户端的会话信息,对应会话列表中的会话。

    count?: number

    获取会话匹配的消息数量