Show / Hide Table of Contents

Class FriendGroupInfo

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

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>

只写, 要放到创建的分组的好友UserID列表

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>

只写, 创建分组的名称列表

In This Article
Back to top Generated by DocFX