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\BaseMethod;
class Message extends BaseMethod
{
public function send()
return true;
}