mProfileFields property

ProfileFieldsCapability? mProfileFields
getter/setter pair

Capability to indicate if the user can set or modify extended profile fields via PUT /_matrix/client/v3/profile/{userId}/{keyName}. If absent, clients SHOULD assume custom profile fields are supported, provided the homeserver advertises a specification version that includes m.profile_fields in the /versions response.

Implementation

ProfileFieldsCapability? mProfileFields;