Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateFileMsgParameters

Index

Properties

body?: { filename: string; type: string; url: string }

The message body.

Type declaration

  • filename: string

    The file name.

  • type: string

    The file type.

  • url: string

    The file URL.

chatType: ChatType

The conversation type.

ext?: {}

Message extension.

Type declaration

  • [key: string]: any
file: any

The file object.

fileInputId?: string

The input ID of the uploaded file.

filename: string

The file name.

from?: string

The sender, which can only be the current user and can not be changed.

to: string

The recipient.

type: "file"

The message type.

Methods

  • onFileUploadComplete(data: any): void
  • The callback of file upload completion.

    Parameters

    • data: any

    Returns void

  • onFileUploadError(error: any): void
  • The callback of file upload error.

    Parameters

    • error: any

    Returns void

  • onFileUploadProgress(data: any): void
  • The callback of file upload progress.

    Parameters

    • data: any

    Returns void

Generated using TypeDoc