UpdateMyProfileParams

UpdateMyProfileParams

Properties:
Name Type Attributes Description
nick string <optional>

Nickname

avatar string <optional>

Avatar URL

gender TencentCloudChat.TYPES <optional>

Gender

selfSignature string <optional>

Personal signature

allowType TencentCloudChat.TYPES <optional>

Whether to allow being added as friend

birthday number <optional>

Birthday, recommended format: 20000101

location string <optional>

Location, recommended usage: App locally defines a mapping relationship between numbers and place names. The backend actually stores 4 uint32_t type numbers: the first uint32_t represents the country; the second uint32_t represents the province; the third uint32_t represents the city; the fourth uint32_t represents the district

language number <optional>

Language

messageSettings number <optional>

Message settings 0: receive messages, 1: do not receive messages

adminForbidType TencentCloudChat.TYPES <optional>

Admin's friend request prohibition flag

level number <optional>

Level, recommended to split to save multiple role level information

role number <optional>

Role, recommended to split to save multiple role information

profileCustomField Array.<object> <optional>

Custom profile key-value pair collection, can be used according to business needs, for details see: Profile Management

Parameters for updating own profile