Home > borogove > Member > (constructor)

Member.(constructor)

Constructs a new instance of the borogove_Member class

Signature:

protected constructor(id: string, displayName: string, photoUri: string | null, isSelf: boolean, roles: Array<borogove markdown="1"_Role>, jid: borogove_JID, presence: Map<string markdown="1",borogove_Presence>, chat: borogove_AvailableChat | null);

Parameters

Parameter Type Description
id string
displayName string
photoUri string | null
isSelf boolean
roles Array<borogove_Role>
jid borogove_JID
presence Map<string,borogove_Presence>
chat borogove_AvailableChat | null