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
Property | Type | Description |
---|---|---|
conversationId | ConversationId | The ID of the conversation the user requests to join. |
id | JoinRequestId | Uniquely identifies a conversation join request. |
requestedAt | Timestamp | The point in time the user requested to join the conversation. |
userId | UserId | The ID of the user that is requesting to join the conversation. |