UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

18 lines 692 B
/** * ```js * import { getSubChannelMarkers } from '@amityco/ts-sdk-react-native' * const subChannelMarkers = await getSubChannelMarkers(['sch1', 'sch2']) * ``` * * Fetches a paginable list of {@link Amity.SubChannelMarker} objects * * @param messageFeedIds the feed IDs of the {@link Amity.RawSubChannel} marker to fetch * @param page * @returns A page of {@link Amity.SubChannelMarker} objects * * @category Channel API * @async * @private */ export declare const getSubChannelMarkers: (messageFeedIds: Amity.RawSubChannel['messageFeedId'][], page?: Amity.Page) => Promise<Amity.Cached<Amity.Paged<Amity.SubChannelMarker>>>; //# sourceMappingURL=getSubChannelMarkers.d.ts.map