setDefaultChannel() public method

Set the default channel messages will be created for.
public setDefaultChannel ( string $channel ) : void
$channel string
return void
 /**
  * Set the default channel messages will be created for
  *
  * @param string $channel
  * @return void 
  * @static 
  */
 public static function setDefaultChannel($channel)
 {
     \Maknz\Slack\Client::setDefaultChannel($channel);
 }