Gets attributes of the current user from the server.
The obtained user attributes. See ChatUserInfo.
A description of the exception. See ChatError.
Gets the user attributes of the specified users.
The user ID array.
A map that contains key-value pairs where the key is the user ID and the value is user attributes,see ChatUserInfo.
A description of the exception. See ChatError.
Modifies the user attributes of the current user.
Optional
avatarOptional
birth?: stringOptional
ext?: stringOptional
gender?: numberOptional
mail?: stringOptional
nickOptional
phone?: stringOptional
sign?: stringThe parameter set.
0
, 1
, or 2
. Other values are invalid.
0
: (Default) Unknown;1
: Male;2
: Female.A description of the exception. See ChatError.
Protected
Static
_callProtected
Static
check
The user information manager for updating and getting user attributes.