TDAPI_COMPARISON_CHANGE_TYPES Enumeration
Description
Comparison Change Types.
Members
MemberValueDescription
COMPARISON_CHANGE_TYPE_ACTUALLY_MOVED20ActuallyMoved. This type used only in the server and DB. OTA client (UI) cannot receive this type while asking to get comparison change type of entity.
COMPARISON_CHANGE_TYPE_ADDED1Added.
COMPARISON_CHANGE_TYPE_DELETED8Deleted.
COMPARISON_CHANGE_TYPE_MODIFIED2Modified.
COMPARISON_CHANGE_TYPE_MOVED4Moved.
COMPARISON_CHANGE_TYPE_MOVED_AND_MODIFIED6MovedAndModified. This type used to indicate entities that were moved and modified.
COMPARISON_CHANGE_TYPE_NO_CHANGE0No Change.