You are here

public function SkypeManager::getChatId in Skype 8

Returns chat id.

Return value

string

File

src/Manager/SkypeManager.php, line 89

Class

SkypeManager

Namespace

Drupal\skype\Manager

Code

public function getChatId() {
  return $this->config
    ->get('chat_id');
}