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

    Interface RCIMIWTypingStatus

    interface RCIMIWTypingStatus {
        userId?: string;
        contentType?: string;
        sentTime?: number;
    }
    Index
    userId?: string

    当前正在输入的用户 ID

    contentType?: string

    当前正在输入的消息类型名,为发送方调用发送接口时传入的 currentType

    sentTime?: number

    输入时间