• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Send/MentionService.php
  • Класс: BitrixImV2MessageSendMentionService
  • Вызов: MentionService::prepareNotifyMessage
private function prepareNotifyMessage(string $chatTitle, int $chatId, string $userGender): string
{
	return Loc::getMessage('IM_MESSAGE_MENTION_'.$userGender, ['#TITLE#' => '[CHAT='.$chatId.']'.$chatTitle.'[/CHAT]']);
}