mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
fix
This commit is contained in:
parent
bc76b9ccca
commit
f43933b9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class CreateChatInviteLink:
|
|||
name: str = None,
|
||||
expire_date: datetime = None,
|
||||
member_limit: int = None,
|
||||
creates_join_request: bool = None
|
||||
creates_join_request: bool = None,
|
||||
subscription_period: int = None,
|
||||
subscription_price: int = None
|
||||
) -> "types.ChatInviteLink":
|
||||
|
|
|
|||
Loading…
Reference in a new issue