From 3849ecd9ae892555a0ad5e4cba0cf4367712925a Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Wed, 29 Jul 2020 13:49:54 +0530 Subject: [PATCH] added t to presence update --- src/WAClient/Constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WAClient/Constants.ts b/src/WAClient/Constants.ts index 0029b87..5e509cb 100644 --- a/src/WAClient/Constants.ts +++ b/src/WAClient/Constants.ts @@ -109,6 +109,7 @@ export enum GroupSettingChange { export interface PresenceUpdate { id: string participant?: string + t?: string type?: Presence deny?: boolean }