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
| <Iflang="javascript,nodejs">params</If><Iflang="objc,swift,csharp">query</If><Iflang="java">[`Param[]`](#param) option</If><Iflang="php,python,ruby,go">option</If> | <Iflang="javascript,nodejs">an optional object containing the query parameters</If><Iflang="python">optional keyword arguments containing the query parameters</If><Iflang="ruby">an optional set of key value pairs containing the query parameters</If><Iflang="php">an Associate Array containing the query parameters</If><Iflang="java,csharp,objc,swift,go">an optional object containing the query parameters</If>, as specified below. | <Iflang="javascript,nodejs">Object</If><Iflang="java">[`Param[]`](#param)</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params)</If><Iflang="objc,swift">ARTDataQuery</If><Iflang="php,python,ruby,go">Object</If> |
74
+
| <Iflang="javascript,nodejs">params</If><Iflang="csharp">query</If><Iflang="java">option</If><Iflang="php,python,ruby,go">option</If> | <Iflang="javascript,nodejs">an optional object containing the query parameters</If><Iflang="python">optional keyword arguments containing the query parameters</If><Iflang="ruby">an optional set of key value pairs containing the query parameters</If><Iflang="php">an Associate Array containing the query parameters</If><Iflang="java,csharp,go">an optional object containing the query parameters</If>, as specified below. | <Iflang="javascript,nodejs">Object</If><Iflang="java">[`Param[]`](#param)</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params)</If><Iflang="php,python,ruby,go">Object</If> |
75
+
76
+
</If>
73
77
74
78
<Iflang="swift,objc">
75
79
76
80
| Parameter | Description | Type |
77
81
|-----------|-------------|------|
78
-
| callback | called with a [`ARTPaginatedResult`](#paginated-result)\<[`ARTMessage`](#message)> object or an error | Callback |
82
+
| query | an optional object containing the query parameters, as specified below. | ARTDataQuery |
83
+
| callback | called with a [`ARTPaginatedResult`](#paginated-result)[`<ARTMessage>`](#message) object or an error | Callback |
79
84
80
85
</If>
81
86
@@ -148,37 +153,37 @@ Failure to retrieve the message history will raise an [`AblyException`](/docs/ap
| <Iflang="javascript,nodejs">params</If><Iflang="java">[`Param[]`](#param) option</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params) query</If><Iflang="php,python,ruby,go">option</If><Iflang="objc,swift">query</If> | <Iflang="javascript,nodejs,java,csharp,go">an optional object containing the query parameters</If><Iflang="python">optional keyword arguments containing the query parameters</If><Iflang="ruby">an optional set of key value pairs containing the query parameters</If><Iflang="php">an Associate Array containing the query parameters</If><Iflang="objc,swift">an optional object containing query parameters</If>, as specified below. | <Iflang="javascript,nodejs">Object</If><Iflang="java">[`Param[]`](#param)</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params)</If><Iflang="objc,swift">ARTDataQuery</If><Iflang="php,python,ruby,go">Object</If> |
203
+
| <Iflang="javascript,nodejs">params</If><Iflang="java">option</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params) query</If><Iflang="php,python,ruby,go">option</If> | <Iflang="javascript,nodejs,java,csharp,go">an optional object containing the query parameters</If><Iflang="python">optional keyword arguments containing the query parameters</If><Iflang="ruby">an optional set of key value pairs containing the query parameters</If><Iflang="php">an Associate Array containing the query parameters</If>, as specified below. | <Iflang="javascript,nodejs">Object</If><Iflang="java">[`Param[]`](#param)</If><Iflang="csharp">[`PaginatedRequestParams`](#paginated-request-params)</If><Iflang="php,python,ruby,go">Object</If> |
204
+
205
+
</If>
197
206
198
207
<Iflang="swift,objc">
199
208
200
209
| Parameter | Description | Type |
201
210
|-----------|-------------|------|
202
-
| callback | called with a [`ARTPaginatedResult`](#paginated-result)\<[`ARTPresenceMessage`](#presence-message)> object or an error | Callback |
211
+
| query | an optional object containing query parameters, as specified below. | ARTDataQuery |
212
+
| callback | called with a [`ARTPaginatedResult`](#paginated-result)[`<ARTPresenceMessage>`](#presence-message) object or an error | Callback |
203
213
204
214
</If>
205
215
@@ -268,7 +278,7 @@ Failure to retrieve the presence event history will raise an [`AblyException`](/
268
278
269
279
A `Message` represents an individual message that is sent to or received from Ably.
0 commit comments