%PDF- %PDF-
Direktori : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/Middleware/ |
Current File : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/Middleware/Received.php |
<?php namespace BotMan\BotMan\Interfaces\Middleware; use BotMan\BotMan\BotMan; use BotMan\BotMan\Messages\Incoming\IncomingMessage; interface Received { /** * Handle an incoming message. * * @param IncomingMessage $message * @param callable $next * @param BotMan $bot * * @return mixed */ public function received(IncomingMessage $message, $next, BotMan $bot); }