feat: Route to update group description

This commit is contained in:
Davidson Gomes
2023-06-12 12:05:52 -03:00
parent a28bbce1f9
commit ea9ba27f22
6 changed files with 54 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ export class GroupSubjectDto {
subject: string;
}
export class GroupDescriptionDto {
groupJid: string;
description: string;
}
export class GroupJid {
groupJid: string;
}