cmd-control-client-lib 3.0.294 → 3.0.295

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.
@@ -307,10 +307,11 @@ export declare enum EnumLimitType {
307
307
  export declare class CMDP_SGETMESSAGEHISTORY implements ICOMMAND {
308
308
  action: ACTION;
309
309
  params: baseParamsType & getHistoryParamsType & {
310
- /** chat id list, comaseparated */
310
+ /** chat id list, coma separated */
311
311
  chatIDs?: string;
312
312
  /** limit type, default total */
313
313
  limitType?: EnumLimitType;
314
+ fetchReactionsFirst?: EnumBooleanStringified;
314
315
  };
315
316
  }
316
317
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.294",
4
+ "version": "3.0.295",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },