Type Alias CSCustomMessageUpdateWithoutWebhookInput

CSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: CSMessageButtonUpdateManyWithoutCsCustomMessageNestedInput;
    clubStreamer?: ClubStreamerUpdateOneWithoutCustomMessagesNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: CSMessageEmbedUpdateOneWithoutCsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}