@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
16 lines • 493 B
TypeScript
/**
* ```js
* import { ChannelRepository } from '@amityco/ts-sdk'
* const success = await ChannelRepository.unarchiveChannel('foobar')
* ```
*
* Unarchive a previously archived {@link Amity.Channel}.
*
* @param channelId The id of the {@link Amity.Channel} to unarchive
* @returns A success boolean
*
* @category Channel API
* @async
*/
export declare const unarchiveChannel: (channelId: Amity.Channel['channelId']) => Promise<void>;
//# sourceMappingURL=unarchiveChannel.d.ts.map