cmd-control-client-lib 3.0.363 → 3.0.364
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.
|
@@ -201,7 +201,6 @@ export interface IQueryUserParams {
|
|
|
201
201
|
sound: string;
|
|
202
202
|
btnDefault: EnumBooleanDigitized;
|
|
203
203
|
btndef: QueryUserButtons;
|
|
204
|
-
CMDP_QUERYUSER: any;
|
|
205
204
|
recordSingleChat?: EnumBooleanDigitized;
|
|
206
205
|
}
|
|
207
206
|
export declare class CMDC_QUERYUSER implements ICOMMAND {
|
|
@@ -102,7 +102,8 @@ export declare class SChatInfo {
|
|
|
102
102
|
chattype: EnumIntentionString | string;
|
|
103
103
|
/** preview state: "1" if the preview is run, "0" if the preview is stopped */
|
|
104
104
|
previewRun?: "1" | "0" | string;
|
|
105
|
-
|
|
105
|
+
/** coefficient (number) of blur to be applied to video */
|
|
106
|
+
blurred?: string;
|
|
106
107
|
}
|
|
107
108
|
export declare class CMDC_CINIT implements ICOMMAND {
|
|
108
109
|
action: ACTION;
|