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

    Interface RCIMIWTagInfo

    interface RCIMIWTagInfo {
        tagId?: string;
        tagName?: string;
        count?: number;
        timestamp?: number;
    }
    Index
    tagId?: string

    获取标签 ID

    tagName?: string

    获取标签名

    count?: number

    获取数量

    timestamp?: number

    获取时间戳