. * * @author Daniil Gentili * @copyright 2016-2023 Daniil Gentili * @license https://opensource.org/licenses/AGPL-3.0 AGPLv3 * @link https://docs.madelineproto.xyz MadelineProto documentation */ namespace danog\MadelineProto\EventHandler\ChatInvite; use danog\MadelineProto\EventHandler\ChatInvite; /** * Used in updates and in the channel log to indicate when a user is requesting to join or has joined a [discussion group](https://core.telegram.org/api/discussion#requiring-users-to-join-the-group). */ final class ChatInvitePublicJoin extends ChatInvite { /** @internal */ public function __construct(array $rawChatInvite) { } }