Add default value for invitable in HTTPClient
This commit is contained in:
@ -908,7 +908,7 @@ class HTTPClient:
|
||||
name: str,
|
||||
auto_archive_duration: threads.ThreadArchiveDuration,
|
||||
type: threads.ThreadType,
|
||||
invitable: bool,
|
||||
invitable: bool = True,
|
||||
reason: Optional[str] = None,
|
||||
) -> Response[threads.Thread]:
|
||||
payload = {
|
||||
|
Reference in New Issue
Block a user