Skip to content

Commit

Permalink
Remove Message and PresenceMessage constructors from typings
Browse files Browse the repository at this point in the history
These declarations are unreachable via the typings.
  • Loading branch information
lawrence-forooghian committed Nov 10, 2023
1 parent d20b609 commit 0414b47
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ably.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit 0414b47

Please sign in to comment.