rcrowe\Hippy\Transport\TransportInterface::__construct PHP Method

__construct() public method

Create a new instance.
public __construct ( string $token, string | integer $room, string $from, string $endpoint )
$token string API token.
$room string | integer Room to send message to.
$from string Who the message is from.
$endpoint string API host.
    public function __construct($token, $room, $from, $endpoint);