cmd-control-client-lib 3.0.190 → 3.0.191
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.
|
@@ -115,7 +115,6 @@ export declare class CMDC_UPDATE_CHAT implements ICOMMAND {
|
|
|
115
115
|
action: ACTION;
|
|
116
116
|
params: SChatInfo & ChatOnlineStats;
|
|
117
117
|
}
|
|
118
|
-
/** CMDC_CEXIT & CMDP_CLOGOUT */
|
|
119
118
|
export declare enum EndChatType {
|
|
120
119
|
PREPARED = "PREPARED",
|
|
121
120
|
LOBBY = "LOBBY",
|
|
@@ -263,6 +262,8 @@ export declare class CMDC_LIVECHAT implements ICOMMAND {
|
|
|
263
262
|
ualias?: string;
|
|
264
263
|
/** channelId, if given */
|
|
265
264
|
channelId?: string;
|
|
265
|
+
/** endChatType*/
|
|
266
|
+
endChatType?: EndChatType;
|
|
266
267
|
};
|
|
267
268
|
}
|
|
268
269
|
/**
|