• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/MessageCollection.php
  • Класс: BitrixImV2MessageCollection
  • Вызов: MessageCollection::getReminders
public function getReminders(): ReminderCollection
{
	return ReminderCollection::getByMessagesAndAuthorId($this, $this->getContext()->getUserId());
}