Show / Hide Table of Contents

Class GroupInviteMemberParam

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

Fields

group_invite_member_param_group_id

Declaration
public string group_invite_member_param_group_id
Field Value
Type Description
System.String

只写(必填), 群组ID

group_invite_member_param_identifier_array

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

只写(必填), 被邀请加入群组用户ID数组

group_invite_member_param_user_data

Declaration
public string group_invite_member_param_user_data
Field Value
Type Description
System.String

只写(选填), 用于自定义数据

In This Article
Back to top Generated by DocFX