for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sreedev\Slack\Api;
class Chat extends \Sreedev\Slack\Api\Api
{
private $functionSet = "chat";
/**
* __construct
*
* @param mixed $Slack
* @return void
*/
public function __construct( \Sreedev\Slack\Slack $Slack, $method, $data)
parent::__construct($Slack, $method, $data, $this->functionSet);
}