Skip to content

Commit 33b4843

Browse files
author
Yenthe Oerlemans
committed
addChannelHandler should add Instance not Factory
1 parent 1e0b9c2 commit 33b4843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface SendBird_Instance {
3737
// Channel Handler
3838
ChannelHandler: ChannelHandlerFactory;
3939

40-
addChannelHandler(id: string, handler: ChannelHandlerFactory): void;
40+
addChannelHandler(id: string, handler: ChannelHandler_Instance): void;
4141
removeChannelHandler(id: string): void;
4242

4343
// Connection Handler

0 commit comments

Comments
 (0)