Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ChatDownloadStatus

export enum type

Index

Enumeration Members

DOWNLOADING: 0

The SDK is downloading the file message.

FAILED: 2

The SDK fails to download the file message.

PENDING: -1

The file message download is pending.

SUCCESS: 1

The SDK successfully downloads the file message.

Generated using TypeDoc