@tencentcloud/chat-uikit-engine
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -132,2 +132,4 @@ import TencentCloudChat, { Message, Conversation } from '@tencentcloud/chat'; | ||
sequence: number; | ||
progress: number; | ||
updateProperties(options: Message): void; | ||
getMessage(): Message; | ||
@@ -201,3 +203,2 @@ modifyMessage(options: ModifyMessageParams): Promise<any>; | ||
receiverList?: Array<string>; | ||
onProgress?: Function; | ||
} | ||
@@ -368,4 +369,3 @@ interface SendMessageParams extends SendMessageBasicParams { | ||
handleMessage?: string; | ||
message?: any; | ||
application?: any; | ||
application: any; | ||
} | ||
@@ -372,0 +372,0 @@ interface GetMemberListParams extends GroupServiceBasicParams, MGetMemberListParams { |
{ | ||
"name": "@tencentcloud/chat-uikit-engine", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Tencent Cloud TUIChatEngine SDK for Chat TUIKit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157772
1106