fix: Adjusts the quoted message, now has contextInfo in the message Raw

This commit is contained in:
Davidson Gomes
2024-01-02 13:49:31 -03:00
parent 380ba8860c
commit 306c6dd21d
3 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ export class MessageRaw {
source_id?: string;
source_reply_id?: string;
chatwoot?: ChatwootMessage;
contextInfo?: any;
}
const messageSchema = new Schema<MessageRaw>({