Type Alias GuildCustomMessageUncheckedUpdateWithoutEmbedInput

GuildCustomMessageUncheckedUpdateWithoutEmbedInput: {
    buttons?: GuildMessageButtonUncheckedUpdateManyWithoutGuildCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumGuildMessageTypeEnumFieldUpdateOperationsInput | GuildMessageTypeEnum;
    webhook?: GuildMessageWebhookUncheckedUpdateOneWithoutGuildCustomMessageNestedInput;
}