MessageContent interface

A message that contains binary data and a content type.

Properties

contentType

The message's content type

data

The message's binary data

Property Details

contentType

The message's content type

contentType: string

Property Value

string

data

The message's binary data

data: Uint8Array

Property Value

Uint8Array