Class FriendshipModifyFriendGroupParam
Inheritance
System.Object
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
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> | Write-only (optional); the UserID list of friends to be added to the current group |
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> | Write-only (optional); the UserID list of friends to be deleted from the current group |
friendship_modify_friend_group_param_name
Declaration
public string friendship_modify_friend_group_param_name
Field Value
Type | Description |
---|---|
System.String | Write-only; the group name to modify |
friendship_modify_friend_group_param_new_name
Declaration
public string friendship_modify_friend_group_param_new_name
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the modified group name |