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: generated/Client.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1996,9 +1996,9 @@ public function conversationsCreate(array $formParameters = [], array $headerPar
1996
1996
* @var string $channel conversation ID to fetch history for
1997
1997
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
1998
1998
* @var bool $inclusive include messages with latest or oldest timestamp in results only when either timestamp is specified
1999
-
* @var float $latest end of time range of messages to include in results
1999
+
* @var string $latest end of time range of messages to include in results
2000
2000
* @var int $limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
2001
-
* @var float $oldest start of time range of messages to include in results
2001
+
* @var string $oldest start of time range of messages to include in results
@@ -2240,9 +2240,9 @@ public function conversationsRename(array $formParameters = [], array $headerPar
2240
2240
* @var string $channel conversation ID to fetch thread from
2241
2241
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
2242
2242
* @var bool $inclusive include messages with latest or oldest timestamp in results only when either timestamp is specified
2243
-
* @var float $latest end of time range of messages to include in results
2243
+
* @var string $latest end of time range of messages to include in results
2244
2244
* @var int $limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
2245
-
* @var float $oldest start of time range of messages to include in results
2245
+
* @var string $oldest start of time range of messages to include in results
* @var string $ts Unique identifier of a thread's parent message. `ts` must be the timestamp of an existing message with 0 or more replies. If there are no replies then just the single message referenced by `ts` will return - it is just an ordinary, unthreaded message.
2248
2248
* }
@@ -2595,8 +2595,8 @@ public function filesRemoteInfo(array $queryParameters = [], string $fetch = sel
2595
2595
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
2596
2596
* @var int $limit the maximum number of items to return
Copy file name to clipboardExpand all lines: generated/Endpoint/ConversationsHistory.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ class ConversationsHistory extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoi
25
25
* @var string $channel conversation ID to fetch history for
26
26
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
27
27
* @var bool $inclusive include messages with latest or oldest timestamp in results only when either timestamp is specified
28
-
* @var float $latest end of time range of messages to include in results
28
+
* @var string $latest end of time range of messages to include in results
29
29
* @var int $limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
30
-
* @var float $oldest start of time range of messages to include in results
30
+
* @var string $oldest start of time range of messages to include in results
Copy file name to clipboardExpand all lines: generated/Endpoint/ConversationsReplies.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ class ConversationsReplies extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoi
25
25
* @var string $channel conversation ID to fetch thread from
26
26
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
27
27
* @var bool $inclusive include messages with latest or oldest timestamp in results only when either timestamp is specified
28
-
* @var float $latest end of time range of messages to include in results
28
+
* @var string $latest end of time range of messages to include in results
29
29
* @var int $limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
30
-
* @var float $oldest start of time range of messages to include in results
30
+
* @var string $oldest start of time range of messages to include in results
* @var string $ts Unique identifier of a thread's parent message. `ts` must be the timestamp of an existing message with 0 or more replies. If there are no replies then just the single message referenced by `ts` will return - it is just an ordinary, unthreaded message.
33
33
* }
@@ -71,9 +71,9 @@ protected function getQueryOptionsResolver(): \Symfony\Component\OptionsResolver
Copy file name to clipboardExpand all lines: generated/Endpoint/FilesRemoteList.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ class FilesRemoteList extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoint im
26
26
* @var string $cursor Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
27
27
* @var int $limit the maximum number of items to return
0 commit comments