This commit is contained in:
Yasir Aris M 2024-08-24 10:31:24 +07:00 committed by GitHub
parent bc76b9ccca
commit f43933b9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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":