Home / @sym20/core-conversations / ISentJoinRequestStore / getJoinRequests

ISentJoinRequestStore.getJoinRequests() method

Get all pending join requests for the current user

Signature
getJoinRequests(): Promise<ISentJoinRequest[]>;

Returns

TypeDescription
Promise<ISentJoinRequest[]>

All join requests

Throws

Error