Skip to content

Commit 2873be3

Browse files
committed
Remove shard_count and update_conduit_shards parameters.
1 parent f18d248 commit 2873be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

twitchio/types_/options.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ class ClientOptions(TypedDict, total=False):
4949

5050
class AutoClientOptions(ClientOptions, total=False):
5151
conduit_id: str
52-
shard_count: int | None
52+
shard_ids: list[int]
5353
max_per_shard: int
5454
subscriptions: list[SubscriptionPayload]
55-
update_conduit_shards: bool
5655

5756

5857
WaitPredicateT = Callable[..., Coroutine[Any, Any, bool]]

0 commit comments

Comments
 (0)