Home / @sym20/core-conversations / ISentJoinRequest

ISentJoinRequest interface

A request by the acting user to become a member of a conversation. The existance of an instance implies that the request is still pending.

Signature
export interface ISentJoinRequest 

Properties

PropertyTypeDescription
conversationIdConversationId

The ID of the conversation the acting user requests to join.

idJoinRequestId

Uniquely identifies a conversation join request.

requestedAtTimestamp

The point in time the request to join the conversation was made.