• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/model/optionusertable.php
  • Класс: BitrixImModelOptionUserTable
  • Вызов: OptionUserTable::getMap
static function getMap(): array
{
	return [
		'USER_ID' => (new IntegerField('USER_ID', [
			'primary' => true,
		])),
		'NOTIFY_GROUP_ID' => (new IntegerField('NOTIFY_GROUP_ID', [])),
		'GENERAL_GROUP_ID' => (new IntegerField('GENERAL_GROUP_ID', [])),
	];
}