@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
10 lines • 419 B
TypeScript
/**
* Fired when a {@link Amity.Channel} has been archived 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 onChannelArchived: (callback: Amity.Listener<Amity.ArchivedChannelPayload>) => Amity.Unsubscriber;
//# sourceMappingURL=onChannelArchived.d.ts.map