ISentJoinRequestStore interface
This is a store that contains all pending join requests where the current user has requested to join various conversations.
Signature
export interface ISentJoinRequestStore extends IStore<ISentJoinRequest>
export declare namespace ISentJoinRequestStore
Methods
Method | Description |
---|---|
getJoinRequests() | Get all pending join requests for the current user |
sendRequestToJoinConversation(conversationId) | Send a request to join a conversation. |
Variables
Variable | Description |
---|---|
TypeTag |