Type Alias GuildCreateManyInput
GuildCreateManyInput: {
autoLiveRoleLogs?: string | null;
birthdayChannelId?: string | null;
birthdayEnabled?: boolean | null;
birthdayRoleId?: string | null;
bitfield?: string | null;
blacklisted?: boolean | null;
dbId?: string;
disableDoubleVoteEntry?: boolean | null;
giveawayLogsChannelId?: string | null;
guildId: string;
ignoreIfNotCatchedByOverride?: boolean | null;
leaveChannelId?: string | null;
leaveEnabled?: boolean | null;
linkedRoleLogs?: string | null;
locale?: string;
overrideBranding?: boolean | null;
statusRoleLogs?: string | null;
stickyMessageDelaySeconds?: number | null;
syncUsername?: boolean | null;
vodDownloadStoreForHours?: number | null;
welcomeChannelId?: string | null;
welcomeEnabled?: boolean | null;
}