ChatRoomGetSettings
Callable
Parameters
room: ServerChatRoomData
Returns { 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[] }
Access: ServerChatRoomRole[]
Admin: number[]
Background: string
Ban: number[]
BlockCategory: ServerChatRoomBlockCategory[]
optionalCustom?: ServerChatRoomCustomData
Description: string
Game: ServerChatRoomGame
Language: ServerChatRoomLanguage
Limit: number
optionalMapData?: ServerChatRoomMapData
Name: string
optionalSpace?: ServerChatRoomSpace
Visibility: ServerChatRoomRole[]
Whitelist: number[]
Gets only the settings/configurable properties of a chat room.