You are here

public function Channel::setChannelType in Rocket.Chat 8.2

Parameters

int $ChannelType:

Return value

Channel

File

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

Class

Channel

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function setChannelType($ChannelType) {
  $this->ChannelType = $ChannelType;
  return $this;
}