You are here

public function User::getUsername in Rocket.Chat 8.2

Return value

string|null

File

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

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function getUsername() {
  return $this->username;
}