Show / Hide Table of Contents

Class FriendshipCheckFriendTypeParam

Inheritance
System.Object
ExtraData
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 : ExtraData

Fields

friendship_check_friendtype_param_check_type

Declaration
public TIMFriendType friendship_check_friendtype_param_check_type
Field Value
Type Description
TIMFriendType

只写, 要检测的好友类型

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>

只写, 要检测的好友UserID列表

In This Article
  • Fields
    • friendship_check_friendtype_param_check_type
    • friendship_check_friendtype_param_identifier_array
Back to top Generated by DocFX