You are here

public function Channel::setOwner in Rocket.Chat 8.2

Parameters

\Drupal\rocket_chat_api\RocketChat\Element\User $owner:

Return value

Channel

File

modules/rocket_chat_api/src/RocketChat/Element/Channel.php, line 97

Class

Channel

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function setOwner($owner) {
  $this->owner = $owner;
  return $this;
}