defect
minor
#29240
Update possible with incorrect attributes
The attribute value for an object can be set via the API "TLObject#tUpdate(TLStructuredTypePart, Object)".
This is also possible if the attribute does not belong to the type of the object but simply shares the name with an attribute of the specific type.
Example: "Door#code" describes the access code for a door "Medicine#code" describes the product code of a medicine. It is then possible to set the product code of a medicine on a door.