Variables

finalchat:Null<AvailableChat>

Chat metadata for this member when it is available as a direct Chat

finaldisplayName:String

Display name to show for this member

finalid:String

A unique id for this member

finalisSelf:Bool

True when this member is the connected account

finalphotoUri:Null<String>

Avatar URI for this member, or null when none is known

finalplaceholderUri:String

Fallback avatar URI to use when no photo is available

finalroles:ReadOnlyArray<Role>

Roles this member has in the Chat

Methods

profile(client:Client):Promise<Profile>

Load the member's profile

Parameters:

client

connected client used to send the profile query

Returns:

Promise resolving to the member Profile

status(client:Client):Promise<Status>

Load the member's status

Parameters:

client

connected client used to send the profile query

Returns:

Promise resolving to the member Status