cmd-control-client-lib 3.0.270 → 3.0.272
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.
package/dist/cmd-session.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ export declare type IMayHaveSearchAfter = {
|
|
|
267
267
|
export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAfter & {
|
|
268
268
|
/** filter for msgType. coma separated */
|
|
269
269
|
filterMessageType?: EnumMessageType | string;
|
|
270
|
+
filterSysMessageKey?: ComaSeparatedValues<string>;
|
|
270
271
|
/** filter for isDeleted*/
|
|
271
272
|
filterDeleted?: EnumChannelFilterValues;
|
|
272
273
|
filterMediaType?: ComaSeparatedValues<EnumMediaType>;
|