mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
integrations: adjusts in payloads
This commit is contained in:
@@ -6,8 +6,8 @@ export class Quoted {
|
||||
}
|
||||
|
||||
export class Mentions {
|
||||
everyOne: boolean;
|
||||
mentioned: string[];
|
||||
everyOne?: boolean;
|
||||
mentioned?: string[];
|
||||
}
|
||||
|
||||
export class Options {
|
||||
@@ -44,8 +44,8 @@ export class Metadata {
|
||||
delay?: number;
|
||||
quoted?: Quoted;
|
||||
linkPreview?: boolean;
|
||||
everyOne: boolean;
|
||||
mentioned: string[];
|
||||
everyOne?: boolean;
|
||||
mentioned?: string[];
|
||||
encoding?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user