struct
CapabilitiesResponse from the GET /_matrix/client/v3/capabilities
endpoint.
Gets information about the server’s supported feature set and other relevant capabilities.
Public variables
- RoomVersionsCapability room_versions
- The room versions the server supports.
- Enabled change_password
- Capability to indicate if the user can change their password.
- Enabled set_displayname
- Capability to indicate if the user can change their displayname.
- Enabled set_avatar_url
- Capability to indicate if the user can change their avatar.
- Enabled change_3pid
- This capability has a single flag, enabled, to denote whether the user is able to add, remove, or change 3PID associations on their account.