Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TIMProfileGetUserProfileListParam

param json_get_user_profile_list_param

json_get_user_profile_list_param: JSON string of the API parameters for getting the user profiles of specified users

param user_data

user_data: User-defined data. The IM SDK only transfers the user data to the callback function cb without processing the data.

jsonGetUserProfileListParam interface:

  jsonGetUserProfileListParam:
{
friendship_getprofilelist_param_identifier_array: Array<string>; // JSON string of the API parameters for getting the user profiles of specified users
friendship_getprofilelist_param_force_update: boolean; //User-defined data. The IM SDK only transfers the user data to the callback function cb without processing the data.
}

Hierarchy

  • TIMProfileGetUserProfileListParam

Index

Properties

json_get_user_profile_list_param

json_get_user_profile_list_param: jsonGetUserProfileListParam

user_data

user_data: string

Generated using TypeDoc