Class FriendShipGetProfileListParam
Inheritance
System.Object
FriendShipGetProfileListParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class FriendShipGetProfileListParam
Fields
friendship_getprofilelist_param_force_update
Declaration
public bool friendship_getprofilelist_param_force_update
Field Value
Type | Description |
---|---|
System.Boolean | Write-only; forced update option. `false` (default): Get the update from the local cache first, and pull it from the internet if the first method fails; `true`: Directly pull the information from the internet. |
friendship_getprofilelist_param_identifier_array
Declaration
public List<string> friendship_getprofilelist_param_identifier_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only; the UserID list of the target users |