Type alias ServerButtonMessage

ServerButtonMessage: {
    button: {
        payload: string;
        text: string;
    };
    type: "button";
}

Type declaration

  • button: {
        payload: string;
        text: string;
    }
    • payload: string
    • text: string
  • type: "button"

Generated using TypeDoc