Type Alias KSCustomMessageUpdateWithoutWebhookInput

KSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: KSMessageButtonUpdateManyWithoutKsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: KSMessageEmbedUpdateOneWithoutKsCustomMessageNestedInput;
    kickStreamer?: KickStreamerUpdateOneWithoutCustomMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}