DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUncheckedUpdateWithoutSyncedChannelLinkMessageInput

    type GuildChannelLinksUncheckedUpdateWithoutSyncedChannelLinkMessageInput = {
        ChannelId?: StringFieldUpdateOperationsInput | string;
        GuildId?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        LinkedWith?: GuildChannelLinksUpdateLinkedWithInput | string[];
        SyncFlags?: GuildChannelLinksUpdateSyncFlagsInput | string[];
        UsersCanSelectIds?:
            | GuildChannelLinksUpdateUsersCanSelectIdsInput
            | string[];
        UUID?: StringFieldUpdateOperationsInput
        | string;
        WebhookUrl?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    UsersCanSelectIds?: GuildChannelLinksUpdateUsersCanSelectIdsInput | string[]
    WebhookUrl?: StringFieldUpdateOperationsInput | string