DisBot
    Preparing search index...

    Type Alias GuildChannelLinksCreateWithoutSyncedChannelLinkMessageInput

    type GuildChannelLinksCreateWithoutSyncedChannelLinkMessageInput = {
        ChannelId: string;
        Guilds: GuildsCreateNestedOneWithoutGuildChannelLinksInput;
        LinkedWith?: GuildChannelLinksCreateLinkedWithInput | string[];
        SyncFlags?: GuildChannelLinksCreateSyncFlagsInput | string[];
        UsersCanSelectIds?:
            | GuildChannelLinksCreateUsersCanSelectIdsInput
            | string[];
        UUID: string;
        WebhookUrl: string;
    }
    Index

    Properties

    ChannelId: string
    UsersCanSelectIds?: GuildChannelLinksCreateUsersCanSelectIdsInput | string[]
    UUID: string
    WebhookUrl: string