UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

16 lines 454 B
/** * ```js * import { community } from '@amityco/ts-sdk' * const isJoined = await community.join('foobar') * ``` * * Joins a {@link Amity.Community} object * * @param communityId the {@link Amity.Community} to join * @returns A status join result * * @category Community API * @async */ export declare const joinRequest: (communityId: Amity.Community['communityId']) => Promise<Amity.JoinResult>; //# sourceMappingURL=joinCommunity.d.ts.map