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 f18d248 commit 2873be3Copy full SHA for 2873be3
twitchio/types_/options.py
@@ -49,10 +49,9 @@ class ClientOptions(TypedDict, total=False):
49
50
class AutoClientOptions(ClientOptions, total=False):
51
conduit_id: str
52
- shard_count: int | None
+ shard_ids: list[int]
53
max_per_shard: int
54
subscriptions: list[SubscriptionPayload]
55
- update_conduit_shards: bool
56
57
58
WaitPredicateT = Callable[..., Coroutine[Any, Any, bool]]
0 commit comments