Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 7c81af6

Browse files
authored
feat: add closed by and closer on livechat ILivechatRoom (#795)
1 parent faf5be8 commit 7c81af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/definition/livechat/ILivechatRoom.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export interface ILivechatRoom extends IRoom {
3737
visitor: IVisitor;
3838
visitorChannelInfo?: IVisitorChannelInfo;
3939
department?: IDepartment;
40+
closer: 'user' | 'visitor' | 'bot';
41+
closedBy?: IUser;
4042
servedBy?: IUser;
4143
responseBy?: IUser;
4244
isWaitingResponse: boolean;

0 commit comments

Comments
 (0)