From 857f450aa9ca035ccf2b66661f9bbc8dda638b11 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Thu, 29 Aug 2024 16:24:09 +0200 Subject: [PATCH] Added docstring for CP2b (channelSerial). --- descriptions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/descriptions.md b/descriptions.md index 256fa82..e980b59 100644 --- a/descriptions.md +++ b/descriptions.md @@ -355,6 +355,7 @@ Describes the properties of the channel state. | Method / Property | Parameter | Returns | Spec | Description | |---|---|---|---|---| | attachSerial: String ||| CP2a | Starts unset when a channel is instantiated, then updated with the `channelSerial` from each [`ATTACHED`]{@link ChannelState#ATTACHED} event that matches the channel. Used as the value for [`untilAttach`]{@link RealtimeChannel#history}. | +| channelSerial: String ||| CP2b | Updated by the framework whenever there is some activity on the channel (user message received, presence updated or a channel attached). | ## class PushChannel