You are here

public function User::getUser in Rocket.Chat 8.2

Return value

array

File

modules/rocket_chat_api/src/RocketChat/Element/User.php, line 212

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function getUser() {
  return $this->User;
}