Class FriendshipCheckFriendTypeParam
Inheritance
System.Object
FriendshipCheckFriendTypeParam
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 FriendshipCheckFriendTypeParam
Fields
friendship_check_friendtype_param_check_type
Declaration
public TIMFriendType friendship_check_friendtype_param_check_type
Field Value
Type | Description |
---|---|
TIMFriendType | Write-only; the type of the friend to check |
friendship_check_friendtype_param_identifier_array
Declaration
public List<string> friendship_check_friendtype_param_identifier_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only; the UserID list of the friends to check |