Type Alias CSCustomMessageUncheckedUpdateWithoutWebhookInput

CSCustomMessageUncheckedUpdateWithoutWebhookInput: {
    buttons?: CSMessageButtonUncheckedUpdateManyWithoutCsCustomMessageNestedInput;
    clubStreamerId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: CSMessageEmbedUncheckedUpdateOneWithoutCsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}