1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:39:00 +01:00

Update ChatInviteExported.php

This commit is contained in:
Daniil Gentili 2023-11-02 11:45:14 +01:00 committed by GitHub
parent bd84f2494f
commit e991d7ccc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace danog\MadelineProto\EventHandler\ChatInvite;
use danog\MadelineProto\EventHandler\ChatInvite;
/**
* Represents exported [chat invite](https://core.telegram.org/api/invites#join-requests).
* Represents an exported chat invite
*/
final class ChatInviteExported extends ChatInvite
{
@ -29,7 +29,7 @@ final class ChatInviteExported extends ChatInvite
/** Whether this chat invite has no expiration. */
public readonly bool $permanent;
/** Whether users importing this invite link will have to be approved to join the channel or group. */
/** Whether users importing this invite link will have to be [approved to join the channel or group](https://core.telegram.org/api/invites#join-requests). */
public readonly bool $requestNeeded;
/** Chat invitation link. */