Type Alias WSCustomMessageUpdateWithoutWebhookInput

WSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: WSMessageButtonUpdateManyWithoutWsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: WSMessageEmbedUpdateOneWithoutWsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    whatnotStreamer?: WhatnotStreamerUpdateOneWithoutCustomMessagesNestedInput;
}