Readonly
[toPrivate
clientPrivate
serverReadonly
sizeStatic
Readonly
[species]Unique member id
Server Id
User Id
Optional
avatar?: { Avatar attachment
Unique Id
Raw content type of this file
Optional
deleted?: booleanWhether this file was deleted
Original filename
Optional
message_Parsed metadata of this file
Optional
object_Id of the object this file is associated with
Optional
reported?: booleanWhether this file was reported
Optional
server_Format: int
Size of this file (in bytes)
Tag / bucket this file was uploaded to
Optional
user_Time at which this user joined the server
Optional
nickname?: stringMember's nickname
Optional
roles?: string[]Member's roles
Optional
timeout?: stringTimestamp this member is timed out until
Returns a specified element from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.
Returns the element associated with the specified key. If no element is associated with the specified key, undefined is returned.
Stops listening for Map updates.
this
, useful for chaining.
The callback to stop listening for updates on.
Listen for an update to this Map.
this
, useful for chaining.
The callback to run when an update occurs.
Returns
the number of elements in the Map.