mezon-js 2.7.41 → 2.7.43

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -224,6 +224,8 @@ export interface ApiChannelDescription {
224
224
  channel_private?: number;
225
225
  //
226
226
  clan_id?: string;
227
+ //
228
+ count_mess_unread?: number;
227
229
  //creator ID.
228
230
  creator_id?: string;
229
231
  //
package/client.ts CHANGED
@@ -1156,7 +1156,8 @@ export class Client {
1156
1156
  filetype: at.filetype,
1157
1157
  id: at.id,
1158
1158
  uploader: at.uploader,
1159
- url: at.url
1159
+ url: at.url,
1160
+ create_time: at.create_time
1160
1161
  })
1161
1162
  });
1162
1163
  return Promise.resolve(result);
@@ -5267,7 +5267,8 @@ var Client = class {
5267
5267
  filetype: at.filetype,
5268
5268
  id: at.id,
5269
5269
  uploader: at.uploader,
5270
- url: at.url
5270
+ url: at.url,
5271
+ create_time: at.create_time
5271
5272
  });
5272
5273
  });
5273
5274
  return Promise.resolve(result);