DisBot
    Preparing search index...

    Type Alias TicketSetupsUncheckedCreateWithoutTicketPermissionsInput

    type TicketSetupsUncheckedCreateWithoutTicketPermissionsInput = {
        AutoAssignHandler?: string | null;
        AutoCloseAction?: TicketSetupsCreateAutoCloseActionInput | string[];
        AutoCloseAfterInactivity?: number | null;
        AutoCloseAfterTime?: number | null;
        AutoReplyMessageTemplateId?: string | null;
        CategoryId?: string | null;
        ChannelType?: number | null;
        CustomId: string;
        EnableTicketsOnlyFromTime?: string | null;
        GuildId: string;
        HasModal?: boolean | null;
        Id?: number;
        MessageTemplateId?: string | null;
        ModalOptions?: TicketModalDataUncheckedCreateNestedManyWithoutTicketSetupInput;
        ModalTitle?: string | null;
        OldTicketCategoryId?: string | null;
        OnlyClaimMode?: boolean | null;
        RequiredRoles?: TicketSetupsCreateRequiredRolesInput | string[];
        SendTranscriptToUser?: boolean | null;
        SlashCommandDescription?: string | null;
        SlashCommandId?: string | null;
        SlashCommandName?: string | null;
        TextCommandName?: string | null;
        TicketBlacklistRoles?:
            | TicketSetupsCreateTicketBlacklistRolesInput
            | string[];
        TicketChannelName?: string
        | null;
        TicketCreationCooldownPerUser?: number | null;
        TicketFeedbackChannelId?: string | null;
        TicketLimit?: number | null;
        TicketRateLimit?: string | null;
        Tickets?: TicketsUncheckedCreateNestedManyWithoutTicketSetupInput;
        TicketStatusChannelId?: string | null;
        TicketStatusMessageId?: string | null;
        TicketStatusMessageTemplateId?: string | null;
        TranscriptChannelId?: string | null;
        UserDMWhenCloseMessageTemplateId?: string | null;
        WithTicketFeedback?: boolean | null;
    }
    Index

    Properties

    AutoAssignHandler?: string | null
    AutoCloseAction?: TicketSetupsCreateAutoCloseActionInput | string[]
    AutoCloseAfterInactivity?: number | null
    AutoCloseAfterTime?: number | null
    AutoReplyMessageTemplateId?: string | null
    CategoryId?: string | null
    ChannelType?: number | null
    CustomId: string
    EnableTicketsOnlyFromTime?: string | null
    GuildId: string
    HasModal?: boolean | null
    Id?: number
    MessageTemplateId?: string | null
    ModalTitle?: string | null
    OldTicketCategoryId?: string | null
    OnlyClaimMode?: boolean | null
    RequiredRoles?: TicketSetupsCreateRequiredRolesInput | string[]
    SendTranscriptToUser?: boolean | null
    SlashCommandDescription?: string | null
    SlashCommandId?: string | null
    SlashCommandName?: string | null
    TextCommandName?: string | null
    TicketBlacklistRoles?: TicketSetupsCreateTicketBlacklistRolesInput | string[]
    TicketChannelName?: string | null
    TicketCreationCooldownPerUser?: number | null
    TicketFeedbackChannelId?: string | null
    TicketLimit?: number | null
    TicketRateLimit?: string | null
    TicketStatusChannelId?: string | null
    TicketStatusMessageId?: string | null
    TicketStatusMessageTemplateId?: string | null
    TranscriptChannelId?: string | null
    UserDMWhenCloseMessageTemplateId?: string | null
    WithTicketFeedback?: boolean | null