mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-15 00:02:26 -06:00
feat: method to mark chat as unread
This commit is contained in:
@@ -1258,6 +1258,9 @@ export class BusinessStartupService extends ChannelStartupService {
|
||||
public async archiveChat() {
|
||||
throw new BadRequestException('Method not available on WhatsApp Business API');
|
||||
}
|
||||
public async markChatUnread() {
|
||||
throw new BadRequestException('Method not available on WhatsApp Business API');
|
||||
}
|
||||
public async fetchProfile() {
|
||||
throw new BadRequestException('Method not available on WhatsApp Business API');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user