Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TIMProfileModifySelfUserProfileParam

param json_modify_self_user_profile_param

json_modify_self_user_profile_param: JSON string of the API parameters for updating one's own profile

param user_data

user_data: JSON string of the API parameters for updating one's own profile

UserProfileItem interface:

interface UserProfileItem {
user_profile_item_nick_name?: string; // Modify the user nickname
user_profile_item_gender?: TIMGenderType; // Modify the user gender
user_profile_item_face_url?: string; // Modify the user profile photo
user_profile_item_self_signature?: string; // Modify the user signature
user_profile_item_add_permission?: TIMProfileAddPermission; // Modify the friend adding option
user_profile_item_location?: number; // Modify the location
user_profile_item_language?: number; // Modify the language
user_profile_item_birthday?: number; // Modify the birthday
user_profile_item_level?: number; // Modify the level
user_profile_item_role?: number; // Modify the role
user_profile_item_custom_string_array?: Array<UserProfileCustemStringInfo>; // // Modify [custom profile fields](https://cloud.tencent.com/document/product/269/1500#.E8.87.AA.E5.AE.9A.E4.B9.89.E8.B5.84.E6.96.99.E5.AD.97.E6.AE.B5)
}

Hierarchy

  • TIMProfileModifySelfUserProfileParam

Index

Properties

json_modify_self_user_profile_param

json_modify_self_user_profile_param: UserProfileItem

user_data

user_data: string

Generated using TypeDoc