Type Alias GuildRolePanelCreateWithoutEmbedsInput
GuildRolePanelCreateWithoutEmbedsInput: { assignMode: RolePanelAssignMode; boosterOnly?: boolean | null; channelId: string; dbId?: string; guildId: string; interactionType: RolePanelType; logChannelId?: string | null; maxRoles?: number | null; messageId?: string | null; name: string; panelId: string; requireAccountAgeDays?: number | null; requireJoinAgeDays?: number | null; requireMessageCount?: number | null; rows?: GuildRolePanelRoleCreateNestedManyWithoutGuildRolePanelInput; webhookAvatarUrl?: string | null; webhookEnabled?: boolean; webhookUsername?: string | null; }