@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
13 lines • 401 B
TypeScript
/**
* ```js
* import { ChannelRepository } from '@amityco/ts-sdk'
* const ids = await ChannelRepository.getArchivedChannelIds()
* ```
*
* @returns A list of archived channel ids sorted by `archivedAt` descending.
*
* @category Channel API
* @async
*/
export declare const getArchivedChannelIds: () => Promise<Amity.Channel['channelId'][]>;
//# sourceMappingURL=getArchivedChannelIds.d.ts.map