Home / @sym20/core-conversations / IReceivedJoinRequest

IReceivedJoinRequest interface

A request to join a conversation made by a user. The existance of an instance implies that the request is pending and that the acting user is eligible to accept or ignore it.

Signature
export interface IReceivedJoinRequest 

Properties

PropertyTypeDescription
conversationIdConversationId

The ID of the conversation the user requests to join.

idJoinRequestId

Uniquely identifies a conversation join request.

requestedAtTimestamp

The point in time the user requested to join the conversation.

userIdUserId

The ID of the user that is requesting to join the conversation.