Interface MessageAudioEventBodyBeta
interface MessageAudioEventBody { get audioUrl(): string; get deleted(): Nullable<string>; } Accessors
audioUrl
- get audioUrl(): string
Returns string
deleted
- get deleted(): Nullable<string>
Returns Nullable<string>
The MessageAudioEvent Body type