rcrowe\Hippy\Transport\TransportInterface::__construct PHP 메소드

__construct() 공개 메소드

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);