You are here

public function Channel::setChannelName in Rocket.Chat 8.2

Parameters

string|null $ChannelName:

Return value

Channel

File

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

Class

Channel

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function setChannelName($ChannelName) {
  $this->ChannelName = $ChannelName;
  return $this;
}