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 {
87
87
}
88
88
export namespace Replies {
89
89
function setEnabled ( isEnabled : boolean ) : void ;
90
- function hasChats ( callback : ( ) => void ) : void ;
90
+ function hasChats ( callback : ( previousChats : boolean ) => void ) : void ;
91
91
function show ( ) : void ;
92
92
function setOnNewReplyReceivedCallback ( onNewReplyReceivedCallback : ( ) => void ) : void ;
93
93
function getUnreadRepliesCount ( messageCountCallback : ( ) => void ) : void ;
@@ -136,7 +136,7 @@ export function setFloatingButtonEdge(
136
136
) : void ;
137
137
export function setLocale ( locale : locale ) : void ;
138
138
export function setColorTheme ( colorTheme : colorTheme ) : void ;
139
- export function setPrimaryColor ( setPrimaryColor : string ) : void ;
139
+ export function setPrimaryColor ( setPrimaryColor : number ) : void ;
140
140
export function appendTags ( tags : string [ ] ) : void ;
141
141
export function resetTags ( ) : void ;
142
142
export function getTags ( tagsCallback : ( ) => void ) : void ;
You can’t perform that action at this time.
0 commit comments