Type Alias WSCustomMessageUncheckedUpdateWithoutEmbedInput

WSCustomMessageUncheckedUpdateWithoutEmbedInput: {
    buttons?: WSMessageButtonUncheckedUpdateManyWithoutWsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookUncheckedUpdateOneWithoutWsCustomMessageNestedInput;
    whatnotStreamerId?: StringFieldUpdateOperationsInput | string;
}