Home > borogove > persistence > Dummy > getChatsUnreadDetails

persistence.Dummy.getChatsUnreadDetails() method

Signature:

getChatsUnreadDetails(accountId: string, chats: borogove_Chat[]): Promise<{chatId: string, message: borogove_ChatMessage, unreadCount: number}[]>;

Parameters

Parameter Type Description
accountId string
chats borogove_Chat[]

Returns:

Promise<{chatId: string, message: borogove_ChatMessage, unreadCount: number}[]>