Class FriendshipDeleteFriendParam
Inheritance
System.Object
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
Fields
friendship_delete_friend_param_friend_type
Declaration
public TIMFriendType friendship_delete_friend_param_friend_type
Field Value
Type | Description |
---|---|
TIMFriendType | Write-only; the type of the friend to delete |
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> | Write-only (optional); the UserID list of the friends to delete |