@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
11 lines • 448 B
TypeScript
/**
* Fired when a previously archived {@link Amity.Channel} has been unarchived
* by the active user.
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Channel Events
*/
export declare const onChannelUnarchived: (callback: Amity.Listener<Amity.ArchivedChannelPayload>) => Amity.Unsubscriber;
//# sourceMappingURL=onChannelUnarchived.d.ts.map