@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
11 lines • 302 B
TypeScript
/**
*
* Calculate user unread from {@link Amity.ChannelUnread} objects
*
* @returns the {@link Amity.UserUnread} objects
*
* @category Channel API
* @async
*/
export declare const getTotalChannelsUnread: () => Amity.Cached<Amity.UserUnread>;
//# sourceMappingURL=getTotalChannelsUnread.d.ts.map