Interface MessageAudioEventBody

The MessageAudioEvent Body type

interface MessageAudioEventBody {
    get audioUrl(): string;
    get deleted(): Nullable<string>;
}

Accessors

Accessors

  • get audioUrl(): string
  • Returns string

  • get deleted(): Nullable<string>
  • The message deletion timestamp

    Returns Nullable<string>