Type Alias CFCustomMessageUpdateWithoutButtonsInput

CFCustomMessageUpdateWithoutButtonsInput: {
    clipForward?: GuildClipForwardUpdateOneWithoutCustomMessagesNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: CFMessageEmbedUpdateOneWithoutCfCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: CFMessageWebhookUpdateOneWithoutCfCustomMessageNestedInput;
}