Interface MessageVideoEventBody

The MessageVideoEvent Body type

interface MessageVideoEventBody {
    get deleted(): Nullable<string>;
    get videoUrl(): string;
}

Accessors

Accessors

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

    Returns Nullable<string>

  • get videoUrl(): string
  • The Video URL

    Returns string