mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-13 07:12:21 -06:00
feat: Route to update group subject
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { WAPrivacyOnlineValue, WAPrivacyValue, WAReadReceiptsValue } from "@evolution/base";
|
||||
import {
|
||||
WAPrivacyOnlineValue,
|
||||
WAPrivacyValue,
|
||||
WAReadReceiptsValue,
|
||||
} from '@evolution/base';
|
||||
|
||||
export class OnWhatsAppDto {
|
||||
constructor(
|
||||
|
||||
@@ -9,6 +9,11 @@ export class GroupPictureDto {
|
||||
image: string;
|
||||
}
|
||||
|
||||
export class GroupSubjectDto {
|
||||
groupJid: string;
|
||||
subject: string;
|
||||
}
|
||||
|
||||
export class GroupJid {
|
||||
groupJid: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user