Type Alias ServerButtonMessage

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