stream-chat 4.27.0__py3-none-any.whl → 4.28.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- stream_chat/__pkg__.py +1 -1
- stream_chat/base/channel.py +2 -2
- {stream_chat-4.27.0.dist-info → stream_chat-4.28.0.dist-info}/METADATA +2 -2
- {stream_chat-4.27.0.dist-info → stream_chat-4.28.0.dist-info}/RECORD +7 -7
- {stream_chat-4.27.0.dist-info → stream_chat-4.28.0.dist-info}/WHEEL +0 -0
- {stream_chat-4.27.0.dist-info → stream_chat-4.28.0.dist-info}/licenses/LICENSE +0 -0
- {stream_chat-4.27.0.dist-info → stream_chat-4.28.0.dist-info}/top_level.txt +0 -0
stream_chat/__pkg__.py
CHANGED
stream_chat/base/channel.py
CHANGED
|
@@ -284,11 +284,11 @@ class ChannelInterface(abc.ABC):
|
|
|
284
284
|
self, user_id: str, **data: Any
|
|
285
285
|
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
|
|
286
286
|
"""
|
|
287
|
-
Marks channel as unread from a specific message or
|
|
287
|
+
Marks channel as unread from a specific message, thread, or timestamp, if thread_id is provided in data
|
|
288
288
|
a thread will be searched, otherwise a message.
|
|
289
289
|
|
|
290
290
|
:param user_id: the user ID for the event
|
|
291
|
-
:param data: additional data, ie {"message_id": last_message_id}
|
|
291
|
+
:param data: additional data, ie {"message_id": last_message_id}, {"thread_id": thread_id}, or {"message_timestamp": timestamp}
|
|
292
292
|
:return: The server response
|
|
293
293
|
"""
|
|
294
294
|
pass
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stream-chat
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.28.0
|
|
4
4
|
Summary: Client for Stream Chat.
|
|
5
5
|
Home-page: https://github.com/GetStream/stream-chat-python
|
|
6
6
|
Author: Tommaso Barbugli
|
|
7
7
|
Author-email: support@getstream.io
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/GetStream/stream-chat-python/issues
|
|
9
9
|
Project-URL: Documentation, https://getstream.io/activity-feeds/docs/python/?language=python
|
|
10
|
-
Project-URL: Release Notes, https://github.com/GetStream/stream-chat-python/releases/tag/v4.
|
|
10
|
+
Project-URL: Release Notes, https://github.com/GetStream/stream-chat-python/releases/tag/v4.28.0
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: Intended Audience :: System Administrators
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
stream_chat/__init__.py,sha256=xYQuC8xcPLJxJnFWzaNaO-sVUc7IJZYe13OIPRaDBEA,116
|
|
2
|
-
stream_chat/__pkg__.py,sha256=
|
|
2
|
+
stream_chat/__pkg__.py,sha256=fpIg3ZYFBkAJ_dSTRSfYWMRtq6Wb22Vc9affBpGAQWQ,206
|
|
3
3
|
stream_chat/campaign.py,sha256=Z7bBo2rGMs02JkA1k9_206J0spcSLecjdhQuRnrc2Eo,2156
|
|
4
4
|
stream_chat/channel.py,sha256=40q61hI0A0iy_Q2Xdv6D94oSG47Bu1PYaBXMRX2k03g,11059
|
|
5
5
|
stream_chat/client.py,sha256=KOl4FRjlN2Af9p_yhBn5B8WFVYD9CoPDz1tZySfBIqg,37292
|
|
@@ -13,7 +13,7 @@ stream_chat/async_chat/client.py,sha256=FGJaySh2YeJuWmFGz1s5JncavW4Ig_tjYhKkBdXv
|
|
|
13
13
|
stream_chat/async_chat/segment.py,sha256=G_YEwW2SXIE7huTW3Zu_rim2XkYcuFNYekLZZGDjFkA,2777
|
|
14
14
|
stream_chat/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
stream_chat/base/campaign.py,sha256=dAVkTYyirEpgyOPn8JyDebNMKeJu02vTuqgmPvdQoWU,1449
|
|
16
|
-
stream_chat/base/channel.py,sha256=
|
|
16
|
+
stream_chat/base/channel.py,sha256=zaVhpVHXW-e3GHCqOtQO8x2yHqqAQ6MKP-AZXarQOUc,17805
|
|
17
17
|
stream_chat/base/client.py,sha256=1n8JQngKNRWT7cnVKzxmVjWTCXrb0Dj2v1e2tc0eEVE,48391
|
|
18
18
|
stream_chat/base/exceptions.py,sha256=eh1qW5d6zjUrlgsHNEBebAr0jVH2UupZ06w8sp2cseI,819
|
|
19
19
|
stream_chat/base/query_threads.py,sha256=LfC09Atsw6cwL98MJjL-cGzQU4V1r7CRbRLitgBV-x8,934
|
|
@@ -27,8 +27,8 @@ stream_chat/types/rate_limit.py,sha256=v3Z4Ur0yoEdFLiHa1CNABEej2nxPlHQ6Bpy2XxW-T
|
|
|
27
27
|
stream_chat/types/segment.py,sha256=KzOi5N-VzLfj0m4zeZ9U_29ey9dxDtewtcNv9g4Aums,1273
|
|
28
28
|
stream_chat/types/shared_locations.py,sha256=2rO4e0G1RX9DXGHcg3HJt5gp33G-LRKox62hfc0skGA,200
|
|
29
29
|
stream_chat/types/stream_response.py,sha256=jWKPrOU7u6dZ2SyOK53uQCXTstrL1HshO9fA7R6Bt_A,2391
|
|
30
|
-
stream_chat-4.
|
|
31
|
-
stream_chat-4.
|
|
32
|
-
stream_chat-4.
|
|
33
|
-
stream_chat-4.
|
|
34
|
-
stream_chat-4.
|
|
30
|
+
stream_chat-4.28.0.dist-info/licenses/LICENSE,sha256=H66SBDuPWSRHzKPEdyjAk3C0THQRcGPfqqve4naQuu0,14424
|
|
31
|
+
stream_chat-4.28.0.dist-info/METADATA,sha256=0GkcPlDkP4Rts1vuS_wdxbVMmapT2u5UDdWCj61DdgU,7638
|
|
32
|
+
stream_chat-4.28.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
33
|
+
stream_chat-4.28.0.dist-info/top_level.txt,sha256=26uTfg4bWcEaFrVKlzGGgfONH1p5DDe21G07EKfYSvo,12
|
|
34
|
+
stream_chat-4.28.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|