Type Alias KSCustomMessageUpdateWithoutButtonsInput

KSCustomMessageUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: KSMessageEmbedUpdateOneWithoutKsCustomMessageNestedInput;
    kickStreamer?: KickStreamerUpdateOneWithoutCustomMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: KSMessageWebhookUpdateOneWithoutKsCustomMessageNestedInput;
}