Type Alias CFCustomMessageUncheckedUpdateWithoutWebhookInput

CFCustomMessageUncheckedUpdateWithoutWebhookInput: {
    buttons?: CFMessageButtonUncheckedUpdateManyWithoutCfCustomMessageNestedInput;
    clipForwardId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: CFMessageEmbedUncheckedUpdateOneWithoutCfCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}