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

    Interface RCIMIWUltraGroupTypingStatusInfo

    interface RCIMIWUltraGroupTypingStatusInfo {
        targetId?: string;
        channelId?: string;
        userId?: string;
        userNums?: number;
        status?: TEXT;
        timestamp?: number;
    }
    Index
    targetId?: string

    会话 ID

    channelId?: string

    所属会话的业务标识

    userId?: string

    用户id

    userNums?: number

    用户数

    status?: TEXT

    输入状态

    timestamp?: number

    服务端收到用户操作的上行时间