Interface MessageLocationEventBody

The MessageLocationEvent Body type

interface MessageLocationEventBody {
    get deleted(): Nullable<string>;
    get location(): Location;
}

Accessors

Accessors

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

    Returns Nullable<string>

  • get location(): Location
  • The Location object

    Returns Location