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 }