DisBot
    Preparing search index...

    Type Alias GuildsCreateWithoutGuildDisBotAutoModerationInput

    type GuildsCreateWithoutGuildDisBotAutoModerationInput = {
        AutoAutoDeletes?: GuildAutoDeletesCreateNestedManyWithoutGuildsInput;
        AutoPublish?: GuildAutoPublishCreateNestedOneWithoutGuildsInput;
        AutoReacts?: GuildAutoReactsCreateNestedManyWithoutGuildsInput;
        AutoRoles?: GuildAutoRolesCreateNestedManyWithoutGuildsInput;
        DiscordAddons?: DiscordGuildAddonCreateNestedOneWithoutGuildsInput;
        Giveaways?: GiveawaysCreateNestedManyWithoutGuildsInput;
        GuildChannelLinks?: GuildChannelLinksCreateNestedManyWithoutGuildsInput;
        GuildCommandManger?: GuildCommandMangerCreateNestedOneWithoutGuildsInput;
        GuildComponentManager?: GuildComponentManagerCreateNestedOneWithoutGuildsInput;
        GuildFeatureToggle?: GuildFeatureTogglesCreateNestedOneWithoutGuildsInput;
        GuildId: string;
        GuildInteractionPermissions?: GuildInteractionPermissionsCreateNestedManyWithoutGuildsInput;
        GuildLeaveSetup?: GuildLeaveSetupCreateNestedOneWithoutGuildsInput;
        GuildLogging?: GuildLoggingCreateNestedOneWithoutGuildsInput;
        GuildLogs?: GuildLogsCreateNestedManyWithoutGuildsInput;
        GuildModeration?: GuildModerationCreateNestedOneWithoutGuildsInput;
        GuildName: string;
        GuildOwner: string;
        GuildUserModeration?: GuildUserModerationCreateNestedManyWithoutGuildsInput;
        GuildWelcomeSetup?: GuildWelcomeSetupCreateNestedOneWithoutGuildsInput;
        LevelSettings?: LevelSettingsCreateNestedOneWithoutGuildsInput;
        MessageTemplates?: MessageTemplatesCreateNestedManyWithoutGuildsInput;
        ModerationScout?: ModerationScoutCreateNestedOneWithoutGuildsInput;
        Polls?: PollsCreateNestedManyWithoutGuildsInput;
        ReactionRole?: GuildReactionRolesCreateNestedManyWithoutGuildsInput;
        Security?: GuildSecurityCreateNestedOneWithoutGuildsInput;
        SpotifyNotifications?: GuildSpotifyNotificationsCreateNestedManyWithoutGuildsInput;
        Tags?: TagsCreateNestedManyWithoutGuildsInput;
        TempVoices?: TempVoicesCreateNestedManyWithoutGuildsInput;
        TicketSetups?: TicketSetupsCreateNestedManyWithoutGuildsInput;
        TwitchNotifications?: GuildTwitchNotificationsCreateNestedManyWithoutGuildsInput;
        YoutubeNotifications?: GuildYoutubeNotificationsCreateNestedManyWithoutGuildsInput;
    }
    Index

    Properties

    GuildId: string
    GuildName: string
    GuildOwner: string