Class FriendGroupInfo
Inheritance
System.Object
FriendGroupInfo
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 FriendGroupInfo
Fields
friendship_create_friend_group_param_identifier_array
Declaration
public List<string> friendship_create_friend_group_param_identifier_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only; the UserID list of friends to be included in a created group |
friendship_create_friend_group_param_name_array
Declaration
public List<string> friendship_create_friend_group_param_name_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only; the name list of created groups |