Create generic class collection
Client
Private
#objectsPrivate
#storageReadonly
clientReadonly
getReadonly
updateCreate a new instance of an object
Id
Type
Instance
Context
Optional
data: unknownData
Iterable of key, value pairs in the map
Iterable
Fetch server member by Id
Server Id
User Id
Message
Filter the collection by a given predicate
Predicate to satisfy
Find some value based on a predicate
Predicate to satisfy
Execute a provided function over each key, value pair in the map
Callback for each pair
Iterable
Get an existing object
Id
Object
Get member by composite key
Id
Server Id
User Id
Member
Get or create
Id
Server Id
User Id
Data
Unique member id
Server Id
User Id
Optional
avatar?: null | { Avatar attachment
Time at which this user joined the server
Optional
nickname?: null | stringMember's nickname
Optional
roles?: string[]Member's roles
Optional
timeout?: null | stringTimestamp this member is timed out until
Get or return partial
Id
Server Id
User Id
Map the collection using a given callback
Callback
List of values in the map
List
Iterable of values in the map
Iterable
Generated using TypeDoc
Collection of Server Members