Type Alias GuildCustomMessageUpdateWithoutEmbedInput

GuildCustomMessageUpdateWithoutEmbedInput: {
    buttons?: GuildMessageButtonUpdateManyWithoutGuildCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guild?: GuildUpdateOneWithoutMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumGuildMessageTypeEnumFieldUpdateOperationsInput | GuildMessageTypeEnum;
    webhook?: GuildMessageWebhookUpdateOneWithoutGuildCustomMessageNestedInput;
}