Skip to content

Commit

Permalink
feat: add closed by and closer
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 22, 2024
1 parent aec2401 commit c7334f4
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 c7334f4

Please sign in to comment.