Skip to content

Commit

Permalink
Merge pull request #155 from ably/add-missing-Message.connectionKey-t…
Browse files Browse the repository at this point in the history
…o-IDL

Add `Message#connectionKey` to IDL
  • Loading branch information
lawrence-forooghian committed Jul 19, 2023
2 parents 24df42e + baa2c1c commit ee60b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,7 @@ class Message: // TM*
+fromEncodedArray(JsonArray, ChannelOptions?) -> [Message] // TM3
clientId: String? // TM2b
connectionId: String? // TM2c
connectionKey: String? // TM2h
data: Data? // TM2d
encoding: String? // TM2e
extras: JsonObject? // TM2i
Expand Down

0 comments on commit ee60b44

Please sign in to comment.