Skip to main content

Module profile

Module profile 

Source

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 PropagateTo request 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ยง

ProfileResponse ๐Ÿ”’