13 $attach = new \CIMMessageParamAttach(0, static::DEFAULT_BORDER_COLOR);
17 $attach->AddUser(Array(
18 'NAME' => $this->title,
19 'AVATAR' =>
'/bitrix/js/im/images/robot/info.svg',
22 $attach->AddDelimiter();
23 $attach->AddMessage(
'[b]' . $this->entityTypeName .
'[/b][br]');
25 'NAME' => $this->entityName,
26 'LINK' => $this->entityLink,
28 $attach->AddDelimiter();
31 $messageFields[
'ATTACH'] = $attach;
33 return $messageFields;