Show / Hide Table of Contents

Class FriendshipModifyFriendGroupParam

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

Fields

friendship_modify_friend_group_param_add_identifier_array

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

只写(选填), 当前分组要新增的好友UserID列表

friendship_modify_friend_group_param_delete_identifier_array

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

只写(选填), 要从当前分组删除的好友UserID列表

friendship_modify_friend_group_param_name

Declaration
public string friendship_modify_friend_group_param_name
Field Value
Type Description
System.String

只写, 要修改的分组名称

friendship_modify_friend_group_param_new_name

Declaration
public string friendship_modify_friend_group_param_new_name
Field Value
Type Description
System.String

只写(选填), 修改后的分组名称

In This Article
Back to top Generated by DocFX