Type Alias KSCustomMessageUpdateWithoutEmbedInput

KSCustomMessageUpdateWithoutEmbedInput: {
    buttons?: KSMessageButtonUpdateManyWithoutKsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    kickStreamer?: KickStreamerUpdateOneWithoutCustomMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: KSMessageWebhookUpdateOneWithoutKsCustomMessageNestedInput;
}