Interface MessageTextEventBody

The MessageTextEvent Body type

interface MessageTextEventBody {
    get deleted(): Nullable<string>;
    get text(): string;
}

Accessors

Accessors

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

    Returns Nullable<string>

  • get text(): string
  • The message text

    Returns string