summaryrefslogtreecommitdiff
path: root/src/dist/classes/Client.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dist/classes/Client.d.ts')
-rw-r--r--src/dist/classes/Client.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dist/classes/Client.d.ts b/src/dist/classes/Client.d.ts
index 6e940ce..67feaa9 100644
--- a/src/dist/classes/Client.d.ts
+++ b/src/dist/classes/Client.d.ts
@@ -98,6 +98,11 @@ export declare class Client extends EventEmitter {
*/
user: ClientUser;
/**
+ * Whether ignoring events sent while the client was offline
+ * is enabled
+ */
+ ignoreOldEvents: boolean;
+ /**
* @param config - The configuration to use with signal-cli
*/
constructor(config: IConfig);