1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 00:11:20 +01:00

Update ChatInviteRequester.php

This commit is contained in:
Daniil Gentili 2023-10-26 19:44:04 +02:00 committed by GitHub
parent a37ca8d3e9
commit 4ffc8f718c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace danog\MadelineProto\EventHandler;
use danog\MadelineProto\MTProto;
/**
* Represents someone has requested to join a chat or channel.
* Indicates someone has requested to join a chat or channel.
*/
abstract class ChatInviteRequester extends Update
{