Framework
This commit is contained in:
7
src/MessageHandler.php
Normal file
7
src/MessageHandler.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
interface MessageHandler
|
||||
{
|
||||
public function CanHandle($room_id, $msgid, $message): bool;
|
||||
public function Handle($room_id, $msgid, $message): string;
|
||||
}
|
||||
Reference in New Issue
Block a user