updateColor() public method

update color
public updateColor ( integer $chatId, string $newColor ) : array
$chatId integer
$newColor string
return array
Example #1
0
 /**
  * @covers \Bitrix24\Im\Chat::updateColor
  */
 public function testUpdateColorWithNullColor()
 {
     $obChat = new Chat($this->bitrix24App);
     $obChat->updateColor($this->defaultChatId, null);
 }