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 66252ec commit b8a3af7Copy full SHA for b8a3af7
twitchio/client.py
@@ -1677,7 +1677,7 @@ async def fetch_user(
1677
Raises
1678
------
1679
ValueError
1680
- The combined number of 'ids' and 'logins' must not exceed `100` elements.
+ Please provide only one of `id` or `login`.
1681
"""
1682
1683
if id is not None and login is not None:
@@ -2526,7 +2526,7 @@ async def fetch_eventsub_subscription(
2526
2527
Returns
2528
--------
2529
- EventsubSubscription
+ EventsubSubscription | None
2530
2531
2532
data = await self._http.get_eventsub_subscription(
0 commit comments