mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-14 07:42:27 -06:00
Add blockUser functionality
This commit is contained in:
@@ -115,3 +115,8 @@ export class UpdateMessageDto extends Metadata {
|
||||
key: proto.IMessageKey;
|
||||
text: string;
|
||||
}
|
||||
|
||||
export class BlockUserDto {
|
||||
number: string;
|
||||
status: 'block' | 'unblock';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user