From 0414b477bd5fcafc6e87295b035de1679f4553ff Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Fri, 10 Nov 2023 12:05:12 -0300 Subject: [PATCH] Remove Message and PresenceMessage constructors from typings These declarations are unreachable via the typings. --- ably.d.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ably.d.ts b/ably.d.ts index 908ccd6153..126779e264 100644 --- a/ably.d.ts +++ b/ably.d.ts @@ -2387,12 +2387,6 @@ declare namespace Types { * Contains an individual message that is sent to, or received from, Ably. */ class Message { - /** - * Constructor for internal use. - * - * @internal - */ - constructor(); /** * The client ID of the publisher of this message. */ @@ -2453,12 +2447,6 @@ declare namespace Types { * Contains an individual presence update sent to, or received from, Ably. */ class PresenceMessage { - /** - * Constructor for internal use. - * - * @internal - */ - constructor(); /** * The type of {@link PresenceAction} the `PresenceMessage` is for. */