You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/api/rest-sdk/history.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ A static factory method to create a [`Message`](/docs/api/realtime-sdk/types#mes
343
343
| Parameter | Description | Type |
344
344
|-----------|-------------|------|
345
345
| encodedMsg | a `Message`-like deserialized object. |`Object`|
346
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
346
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
347
347
348
348
#### Returns
349
349
@@ -360,7 +360,7 @@ A static factory method to create an array of [`Messages`](/docs/api/realtime-sd
360
360
| Parameter | Description | Type |
361
361
|-----------|-------------|------|
362
362
| encodedMsgs | an array of `Message`-like deserialized objects. |`Array`|
363
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
363
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
364
364
365
365
#### Returns
366
366
@@ -396,7 +396,7 @@ A static factory method to create a [`PresenceMessage`](/docs/api/realtime-sdk/t
396
396
| Parameter | Description | Type |
397
397
|-----------|-------------|------|
398
398
| encodedPresMsg | a `PresenceMessage`-like deserialized object. |`Object`|
399
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
399
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
400
400
401
401
#### Returns
402
402
@@ -413,7 +413,7 @@ A static factory method to create an array of [`PresenceMessages`](/docs/api/rea
413
413
| Parameter | Description | Type |
414
414
|-----------|-------------|------|
415
415
| encodedPresMsgs | an array of `PresenceMessage`-like deserialized objects. |`Array`|
416
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
416
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
0 commit comments