Add source_id and update message

This commit is contained in:
raimartinsb
2023-08-31 07:52:36 -03:00
parent 5bc33ac654
commit 7289c3d7f9
4 changed files with 88 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ export class MessageRaw {
messageTimestamp?: number | Long.Long;
owner: string;
source?: 'android' | 'web' | 'ios';
source_id?: string;
source_reply_id?: string;
}
const messageSchema = new Schema<MessageRaw>({