You are here

public function Channel::getChannelType in Rocket.Chat 8.2

Return value

int

1 call to Channel::getChannelType()
Channel::hasType in modules/rocket_chat_api/src/RocketChat/Element/Channel.php
Check if this Channel is of type $test.

File

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

Class

Channel

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

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