@trii/types 2.10.252 → 2.10.254
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -222,7 +222,14 @@ export interface MessageSticker {
|
|
|
222
222
|
}
|
|
223
223
|
export interface MessageInfo {
|
|
224
224
|
code: string;
|
|
225
|
-
data:
|
|
225
|
+
data: MessageInfoVar;
|
|
226
|
+
}
|
|
227
|
+
export interface MessageInfoVar {
|
|
228
|
+
id?: string;
|
|
229
|
+
contactId?: string;
|
|
230
|
+
contactName?: string;
|
|
231
|
+
userId?: string;
|
|
232
|
+
userName?: string;
|
|
226
233
|
}
|
|
227
234
|
export interface MessageTicket {
|
|
228
235
|
}
|