Interface MessageImageEventBody

The MessageImageEvent Body type

interface MessageImageEventBody {
    get deleted(): Nullable<string>;
    get imageUrl(): string;
}

Accessors

Accessors

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

    Returns Nullable<string>

  • get imageUrl(): string
  • The image URL

    Returns string