Skip to content

Commit

Permalink
feat: add closed by and closer on livechat ILivechatRoom (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 22, 2024
1 parent faf5be8 commit 7c81af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/definition/livechat/ILivechatRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface ILivechatRoom extends IRoom {
visitor: IVisitor;
visitorChannelInfo?: IVisitorChannelInfo;
department?: IDepartment;
closer: 'user' | 'visitor' | 'bot';
closedBy?: IUser;
servedBy?: IUser;
responseBy?: IUser;
isWaitingResponse: boolean;
Expand Down

0 comments on commit 7c81af6

Please sign in to comment.