DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesUncheckedUpdateManyInput

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

    Properties

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