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
Property | Type | Description |
---|---|---|
conversationId | ConversationId | The ID of the conversation the acting user requests to join. |
id | JoinRequestId | Uniquely identifies a conversation join request. |
requestedAt | Timestamp | The point in time the request to join the conversation was made. |