Type Alias GuildCustomMessageUpdateWithoutWebhookInput

GuildCustomMessageUpdateWithoutWebhookInput: {
    buttons?: GuildMessageButtonUpdateManyWithoutGuildCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: GuildMessageEmbedUpdateOneWithoutGuildCustomMessageNestedInput;
    guild?: GuildUpdateOneWithoutMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumGuildMessageTypeEnumFieldUpdateOperationsInput | GuildMessageTypeEnum;
}