cmd-control-client-lib 3.0.233 → 3.0.234
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.
|
@@ -238,6 +238,7 @@ export declare class CMDP_SMSGREACTION_RESPONSE extends CMDP_SMSGREACTION implem
|
|
|
238
238
|
export declare class CMDP_SMSGESTIMATE implements ICOMMAND {
|
|
239
239
|
action: ACTION;
|
|
240
240
|
params: baseParamsType & channelIdSelectOrFilter & {
|
|
241
|
+
withMedia?: EnumBooleanStringified;
|
|
241
242
|
mediaMd5?: string;
|
|
242
243
|
countOnly?: EnumBooleanStringified;
|
|
243
244
|
};
|