ChatEditorAdminSettingsImport
Callable
Parameters
settings: { 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[] }
The chat room settings to import
Access: ServerChatRoomRole[]
Admin: number[]
Background: string
Ban: number[]
BlockCategory: ServerChatRoomBlockCategory[]
optionalCustom: ServerChatRoomCustomData
Description: string
Game: ServerChatRoomGame
Language: ServerChatRoomLanguage
Limit: number
MapData: ServerChatRoomMapData
Name: string
optionalSpace: ServerChatRoomSpace
Visibility: ServerChatRoomRole[]
Whitelist: number[]
Returns void
Imports the given ChatRoomAdminSettings into the editor inputs