ChatEditorValidateAdminSettings
Callable
Parameters
settings: unknown
The settings to validate
Returns settings is { Access: ServerChatRoomRole[]; Admin: number[]; Background: string; Ban: number[]; BlockCategory: ServerChatRoomBlockCategory[]; Custom?: ServerChatRoomCustomData; Description: string; Game: ServerChatRoomGame; Language: ServerChatRoomLanguage; Limit: number; MapData: ServerChatRoomMapData; Name: string; Space?: ServerChatRoomSpace; Visibility: ServerChatRoomRole[]; Whitelist: number[] }
- True if the settings are valid, false otherwise
Validates whether the given settings is in the correct format for a ChatRoomAdminSettings object