Type Alias GuildCustomMessageUpdateWithoutButtonsInput

GuildCustomMessageUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: GuildMessageEmbedUpdateOneWithoutGuildCustomMessageNestedInput;
    guild?: GuildUpdateOneWithoutMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumGuildMessageTypeEnumFieldUpdateOperationsInput | GuildMessageTypeEnum;
    webhook?: GuildMessageWebhookUpdateOneWithoutGuildCustomMessageNestedInput;
}