integrations: adjusts in payloads

This commit is contained in:
Davidson Gomes
2024-06-07 19:16:51 -03:00
parent 2cb6bdb38b
commit cbb5d1d048
14 changed files with 305 additions and 129 deletions

View File

@@ -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;
}