mezon-js 2.10.85 → 2.10.86
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +3 -3
- package/dist/api.gen.d.ts +3 -3
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -2098,13 +2098,13 @@ export interface ApiSearchMessageDocument {
|
|
2098
2098
|
//
|
2099
2099
|
display_name?: string;
|
2100
2100
|
//
|
2101
|
-
|
2101
|
+
mentions?: string;
|
2102
2102
|
//The message ID.
|
2103
2103
|
message_id?: string;
|
2104
2104
|
//
|
2105
|
-
|
2105
|
+
reactions?: string;
|
2106
2106
|
//
|
2107
|
-
|
2107
|
+
references?: string;
|
2108
2108
|
//The user ID of sender.
|
2109
2109
|
sender_id?: string;
|
2110
2110
|
//
|
package/dist/api.gen.d.ts
CHANGED
@@ -1211,10 +1211,10 @@ export interface ApiSearchMessageDocument {
|
|
1211
1211
|
content?: string;
|
1212
1212
|
create_time?: string;
|
1213
1213
|
display_name?: string;
|
1214
|
-
|
1214
|
+
mentions?: string;
|
1215
1215
|
message_id?: string;
|
1216
|
-
|
1217
|
-
|
1216
|
+
reactions?: string;
|
1217
|
+
references?: string;
|
1218
1218
|
sender_id?: string;
|
1219
1219
|
update_time?: string;
|
1220
1220
|
username?: string;
|