bulbul-chat
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -65,2 +65,3 @@ export declare type ChatMessageType = 'plaintext' | 'image' | 'video' | 'audio' | 'document' | 'location' | 'file' | 'url' | 'card'; | ||
file?: any; | ||
metadata?: Record<string, unknown>; | ||
}; | ||
@@ -67,0 +68,0 @@ declare class ChatClient { |
{ | ||
"name": "bulbul-chat", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -84,2 +84,3 @@ import * as qs from 'qs'; | ||
file?: any; | ||
metadata?: Record<string, unknown>; | ||
}; | ||
@@ -86,0 +87,0 @@ |
154769
3752