for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: akeinhell
* Date: 22.06.16
* Time: 12:53
*/
namespace Telegram\Actions;
use Telegram\Base\BaseAction;
class Message implements BaseAction
{
public function send()
return true;
}