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:
parent
bd84f2494f
commit
e991d7ccc8
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user