Skip to content

Commit

Permalink
Add token_for to types.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Mar 16, 2024
1 parent cb8169a commit c7acd4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitchio/types_/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class APIRequestKwargs(TypedDict, total=False):
data: dict[str, Any]
params: ParamMapping
json: dict[str, Any]
token_for: str | None


class APIRequest(TypedDict, total=False):
Expand Down

0 comments on commit c7acd4b

Please sign in to comment.