Show / Hide Table of Contents

Class CreateGroupParam

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

Fields

create_group_param_add_option

Declaration
public TIMGroupAddOption? create_group_param_add_option
Field Value
Type Description
System.Nullable<TIMGroupAddOption>

只写(选填), 加群选项,默认为Any

create_group_param_custom_info

Declaration
public List<GroupInfoCustemString> create_group_param_custom_info
Field Value
Type Description
System.Collections.Generic.List<GroupInfoCustemString>

只读(选填), 请参考自定义字段

create_group_param_face_url

Declaration
public string create_group_param_face_url
Field Value
Type Description
System.String

只写(选填), 群组头像URL

create_group_param_group_id

Declaration
public string create_group_param_group_id
Field Value
Type Description
System.String

只写(选填), 群组ID,不填时创建成功回调会返回一个后台分配的群ID,如果创建社群(Community)需要自定义群组 ID ,那必须以 "@TGS#_&quot; 作为前缀。

create_group_param_group_member_array

Declaration
public List<GroupMemberInfo> create_group_param_group_member_array
Field Value
Type Description
System.Collections.Generic.List<GroupMemberInfo>

只写(选填), 群组初始成员数组

create_group_param_group_name

Declaration
public string create_group_param_group_name
Field Value
Type Description
System.String

只写(必填), 群组名称

create_group_param_group_type

Declaration
public TIMGroupType? create_group_param_group_type
Field Value
Type Description
System.Nullable<TIMGroupType>

只写(选填), 群组类型,默认为Public

create_group_param_introduction

Declaration
public string create_group_param_introduction
Field Value
Type Description
System.String

只写(选填), 群组简介

create_group_param_max_member_num

Declaration
public uint? create_group_param_max_member_num
Field Value
Type Description
System.Nullable<System.UInt32>

只写(选填), 群组最大成员数

create_group_param_notification

Declaration
public string create_group_param_notification
Field Value
Type Description
System.String

只写(选填), 群组公告

In This Article
Back to top Generated by DocFX