Type alias ServerTextMessage

ServerTextMessage: {
    text: {
        body: string;
    };
    type: "text";
}

Type declaration

  • text: {
        body: string;
    }
    • body: string
  • type: "text"

Generated using TypeDoc