This commit is contained in:
Amilton Morais
2024-01-24 13:46:02 -03:00
2 changed files with 8 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ export class MessageRaw {
messageType?: string;
messageTimestamp?: number | Long.Long;
owner: string;
source?: 'android' | 'web' | 'ios' | 'ios' | 'unknown' | 'desktop';
source?: 'android' | 'web' | 'ios' | 'unknown' | 'desktop';
source_id?: string;
source_reply_id?: string;
chatwoot?: ChatwootMessage;