Home / @sym20/core-conversations / IMember

IMember interface

A participant in a conversation. It includes just some basic user information needed to display user information in non-user views. The user ID can be used to fetch more information about the user via the user service.

Signature
export interface IMember 

Properties

PropertyTypeDescription
firstNamestring

The first name of the user.

fullNamestring

The full name of the user.

joinedAtTimestamp

The point in time at which the user became a member of the conversation.

lastNamestring

The last name of the user.

ownerboolean

Whether the user associated with the membership is an owner of the conversation.

userIdUserId

The ID of the user associated with the membership.