DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUncheckedCreateInput

    type GuildChannelLinksUncheckedCreateInput = {
        ChannelId: string;
        GuildId: string;
        Id?: number;
        LinkedWith?: GuildChannelLinksCreateLinkedWithInput | string[];
        SyncedChannelLinkMessage?: SyncedChannelLinkMessagesUncheckedCreateNestedManyWithoutChannelLinksInput;
        SyncFlags?: GuildChannelLinksCreateSyncFlagsInput | string[];
        UsersCanSelectIds?:
            | GuildChannelLinksCreateUsersCanSelectIdsInput
            | string[];
        UUID: string;
        WebhookUrl: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id?: number
    UsersCanSelectIds?: GuildChannelLinksCreateUsersCanSelectIdsInput | string[]
    UUID: string
    WebhookUrl: string