Type alias DownloadableMessage
DownloadableMessage: {
directPath?: string | null;
mediaKey?: Uint8Array | null;
url?: string | null;
}
Type declaration
Optional
directPath?: string | null
Optional
mediaKey?: Uint8Array | null
Optional
url?: string | null