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

Properties

readReceiptMessage?: boolean

是否为需要回执的消息。 true: 需要回执的消息。 false: 普通消息。

hasRespond?: boolean

是否发送过消息回执响应。 仅对消息接收方有效。

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

会话中响应过该消息回执的成员 userId 列表。 key: userId value: respondTime