@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
15 lines • 530 B
TypeScript
/**
* ```js
* import { getChannelMarker } from '@amityco/ts-sdk-react-native'
* const channelMarkers = await getChannelMarkers(['ch1', 'ch2'])
* ```
*
* @param channelIds the IDs of the {@link Amity.RawChannel} marker to fetch
* @returns A List of {@link Amity.ChannelMarker} by channelIds
*
* @category Channel API
* @async
* @private
*/
export declare const getChannelMarkers: (channelIds: Amity.Channel['channelId'][]) => Promise<Amity.Cached<Amity.ChannelMarker[]>>;
//# sourceMappingURL=getChannelMarkers.d.ts.map