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