Correction in decryption of poll votes

This commit is contained in:
Davidson Gomes
2023-07-02 19:58:05 -03:00
parent 2519efb3ea
commit d7d0e5ec82
3 changed files with 27 additions and 23 deletions

View File

@@ -50,6 +50,7 @@ export class MessageUpdateRaw {
datetime?: number;
status?: wa.StatusMessage;
owner: string;
pollUpdates?: any;
}
const messageUpdateSchema = new Schema<MessageUpdateRaw>({