You are here

public function Channel::getOwner in Rocket.Chat 8.2

Return value

\Drupal\rocket_chat_api\RocketChat\Element\User

File

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

Class

Channel

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

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