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

    Interface RCIMIWGroupReadReceiptInfo

    interface RCIMIWGroupReadReceiptInfo {
        readReceiptMessage?: boolean;
        hasRespond?: boolean;
        respondUserIds?: { [propName: string]: number };
    }
    Index

    Properties

    readReceiptMessage?: boolean

    Whether it's a message requiring receipt. true: message requires receipt. false: regular message.

    hasRespond?: boolean

    Has the message receipt response been sent? Only valid for the message receiver.

    respondUserIds?: { [propName: string]: number }

    List of user IDs who responded to the message receipt in the session. key: userId value: respondTime