Chat SDK for React Native 1.14.0
    Preparing search index...

    Class ChatCombineMessageBody

    合并消息体。

    Hierarchy

    • _ChatFileMessageBody
      • ChatCombineMessageBody
    Index

    Constructors

    • Parameters

      • params: {
            compatibleText?: string;
            displayName?: string;
            fileSize?: number;
            fileStatus?: number;
            lastModifyOperatorId?: string;
            lastModifyTime?: number;
            localPath: string;
            messageIdList?: string[];
            modifyCount?: number;
            remotePath?: string;
            secret?: string;
            summary?: string;
            title?: string;
        }

      Returns ChatCombineMessageBody

    Properties

    compatibleText?: string

    合并消息的兼容文本。

    displayName: string

    文件名称。

    fileSize: number

    文件大小,单位为字节。

    fileStatus: ChatDownloadStatus

    文件下载状态,详见 ChatDownloadStatus

    lastModifyOperatorId?: string

    消息最后修改人。

    lastModifyTime?: number

    最后修改时间戳。

    localPath: string = ''

    文件本地路径。

    messageIdList?: string[]

    合并消息的原始消息 ID 列表。

    注意 该属性只用在创建发送消息的场景。

    modifyCount?: number

    修改次数。

    remotePath: string

    文件在服务器的路径。

    secret: string

    下载附件的 token。

    summary?: string

    合并消息的概要。

    title?: string

    合并消息的标题。

    消息类型,详见 ChatMessageType