1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-11 21:48:17 +01:00
MadelineProto/src/EventHandler/Message/PrivateMessage.php

13 lines
242 B
PHP
Raw Normal View History

2023-07-01 13:04:59 +02:00
<?php declare(strict_types=1);
namespace danog\MadelineProto\EventHandler\Message;
use danog\MadelineProto\EventHandler\Message;
/**
* Represents an incoming or outgoing private message.
*/
final class PrivateMessage extends Message
{
}