DisBot
    Preparing search index...

    Type Alias GuildInteractionPermissionsCreateManyInput

    type GuildInteractionPermissionsCreateManyInput = {
        ChannelIds?: GuildInteractionPermissionsCreateChannelIdsInput | string[];
        CommandName?: string | null;
        Cooldown?: number | null;
        CustomId?: string | null;
        DisableInternalUserPermission?: boolean | null;
        GuildId: string;
        Id?: number;
        NeedsGuildOwner?: boolean | null;
        RoleIds?: GuildInteractionPermissionsCreateRoleIdsInput | string[];
        Type: string;
        UserIds?: GuildInteractionPermissionsCreateUserIdsInput | string[];
        UUID: string;
    }
    Index

    Properties

    CommandName?: string | null
    Cooldown?: number | null
    CustomId?: string | null
    DisableInternalUserPermission?: boolean | null
    GuildId: string
    Id?: number
    NeedsGuildOwner?: boolean | null
    Type: string
    UUID: string