Functionsยง
- get_
avatar_ ๐url_ route GET /_matrix/client/v3/profile/{userId}/avatar_url- get_
displayname_ ๐route GET /_matrix/client/v3/profile/{userId}/displayname- get_
profile_ ๐route GET /_matrix/client/v3/profile/{userId}- profile_
mxc ๐ - profile_
str ๐ - Pull a string field out of a federation profile-info response. The body
shape switched from explicit fields to a flat
BTreeMap<String, JsonValue>once extended profile fields stabilised. - resolve_
propagation ๐ - Resolve a
PropagateTorequest value against the server default. - set_
avatar_ ๐url_ route PUT /_matrix/client/v3/profile/{userId}/avatar_url- set_
displayname_ ๐route PUT /_matrix/client/r0/profile/{userId}/displayname
Type Aliasesยง
- Profile
Response ๐