@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
5 lines • 306 B
TypeScript
export declare const getCommentByIds: {
(commentIds: Amity.InternalComment['commentId'][]): Promise<Amity.Cached<Amity.InternalComment[]>>;
locally(commentIds: Amity.InternalComment['commentId'][]): Amity.Cached<Amity.InternalComment[]> | undefined;
};
//# sourceMappingURL=getCommentByIds.d.ts.map