Show / Hide Table of Contents

Class FriendshipDeleteFriendParam

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

Fields

friendship_delete_friend_param_friend_type

Declaration
public TIMFriendType friendship_delete_friend_param_friend_type
Field Value
Type Description
TIMFriendType

只写, 删除好友,指定删除的好友类型

friendship_delete_friend_param_identifier_array

Declaration
public List<string> friendship_delete_friend_param_identifier_array
Field Value
Type Description
System.Collections.Generic.List<System.String>

只写(选填), 删除好友UserID列表

In This Article
Back to top Generated by DocFX