DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesUncheckedUpdateManyWithoutChannelLinksInput

    type SyncedChannelLinkMessagesUncheckedUpdateManyWithoutChannelLinksInput = {
        ChannelId?: StringFieldUpdateOperationsInput | string;
        GuildId?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        UserMessageId?: StringFieldUpdateOperationsInput | string;
        WebhookMessageId?: StringFieldUpdateOperationsInput | string;
        WebhookUrl?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    UserMessageId?: StringFieldUpdateOperationsInput | string
    WebhookMessageId?: StringFieldUpdateOperationsInput | string
    WebhookUrl?: StringFieldUpdateOperationsInput | string