File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export namespace FeatureRequests {
8787}
8888export namespace Replies {
8989 function setEnabled ( isEnabled : boolean ) : void ;
90- function hasChats ( callback : ( ) => void ) : void ;
90+ function hasChats ( callback : ( previousChats : boolean ) => void ) : void ;
9191 function show ( ) : void ;
9292 function setOnNewReplyReceivedCallback ( onNewReplyReceivedCallback : ( ) => void ) : void ;
9393 function getUnreadRepliesCount ( messageCountCallback : ( ) => void ) : void ;
@@ -136,7 +136,7 @@ export function setFloatingButtonEdge(
136136 ) : void ;
137137export function setLocale ( locale : locale ) : void ;
138138export function setColorTheme ( colorTheme : colorTheme ) : void ;
139- export function setPrimaryColor ( setPrimaryColor : string ) : void ;
139+ export function setPrimaryColor ( setPrimaryColor : number ) : void ;
140140export function appendTags ( tags : string [ ] ) : void ;
141141export function resetTags ( ) : void ;
142142export function getTags ( tagsCallback : ( ) => void ) : void ;
You can’t perform that action at this time.
0 commit comments