• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/meetingdescription.php
  • Класс: BitrixCalendarCoreEventPropertiesMeetingDescription
  • Вызов: MeetingDescription::setChatId
public function setChatId(?int $chatId): MeetingDescription
{
	$this->chatId = $chatId;

	return $this;
}