mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +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,
|
name: str = None,
|
||||||
expire_date: datetime = None,
|
expire_date: datetime = None,
|
||||||
member_limit: int = None,
|
member_limit: int = None,
|
||||||
creates_join_request: bool = None
|
creates_join_request: bool = None,
|
||||||
subscription_period: int = None,
|
subscription_period: int = None,
|
||||||
subscription_price: int = None
|
subscription_price: int = None
|
||||||
) -> "types.ChatInviteLink":
|
) -> "types.ChatInviteLink":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue