Type Alias GuildCreateWithoutGettingStartedInput

GuildCreateWithoutGettingStartedInput: {
    autoLiveRoleLogs?: string | null;
    autoLiveRoles?: GuildAutoLiveRoleCreateNestedManyWithoutGuildInput;
    birthdayChannelId?: string | null;
    birthdayEnabled?: boolean | null;
    birthdayRoleId?: string | null;
    bitfield?: string | null;
    blacklisted?: boolean | null;
    dbId?: string;
    disableBranding?: GuildDisableBrandingCreateNestedOneWithoutGuildInput;
    disableDoubleVoteEntry?: boolean | null;
    giveawayLogsChannelId?: string | null;
    guildId: string;
    ignoreIfNotCatchedByOverride?: boolean | null;
    leaveChannelId?: string | null;
    leaveEnabled?: boolean | null;
    linkedRoleLogs?: string | null;
    linkedRoles?: GuildLinkedRoleCreateNestedManyWithoutGuildInput;
    locale?: string;
    messages?: GuildCustomMessageCreateNestedManyWithoutGuildInput;
    notificationOverrides?: GuildNotificationOverrideCreateNestedManyWithoutGuildInput;
    overrideBranding?: boolean | null;
    premium?: GuildPremiumCreateNestedOneWithoutGuildInput;
    randomMessages?: GuildRandomMessageCreateNestedManyWithoutGuildInput;
    singleMessages?: GuildCustomSingleMessageCreateNestedManyWithoutGuildInput;
    statusRoleLogs?: string | null;
    statusRoles?: GuildStatusRoleCreateNestedManyWithoutGuildInput;
    stickyMessageDelaySeconds?: number | null;
    stickyMessages?: GuildStickyMessageCreateNestedManyWithoutGuildInput;
    syncUsername?: boolean | null;
    vodDownloadStoreForHours?: number | null;
    welcomeChannelId?: string | null;
    welcomeEnabled?: boolean | null;
}