diff --git a/twitchio/types_/requests.py b/twitchio/types_/requests.py index a4e91428..79c3f9f6 100644 --- a/twitchio/types_/requests.py +++ b/twitchio/types_/requests.py @@ -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):