IReceivedJoinRequestStore.getJoinRequests() method
Get all join requests to conversations where the current user is an owner
Signature
getJoinRequests(): Promise<IReceivedJoinRequest[]>;
Returns
Type | Description |
---|---|
Promise<IReceivedJoinRequest[]> | All join requests |
Throws
Error |
---|