We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc99f7 commit 7e3a0aeCopy full SHA for 7e3a0ae
stream_chat/base/client.py
@@ -1505,10 +1505,10 @@ def query_reminders(
1505
:return: API response with reminders
1506
"""
1507
pass
1508
-
+
1509
@abc.abstractmethod
1510
def get_user_locations(
1511
- self, user_id: str, **options: Any
+ self, user_id: str, **options: Any
1512
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
1513
1514
Get the locations of a user.
0 commit comments