Class CreateGroupParam
Inheritance
System.Object
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
Fields
create_group_param_add_option
Declaration
public TIMGroupAddOption create_group_param_add_option
Field Value
Type | Description |
---|---|
TIMGroupAddOption | Write-only (optional); the group joining option. Default value: `Any`. |
create_group_param_custom_info
Declaration
public List<GroupInfoCustemString> create_group_param_custom_info
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<GroupInfoCustemString> | Read-only (optional). Please see Custom fields |
create_group_param_face_url
Declaration
public string create_group_param_face_url
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the URL of the group profile photo |
create_group_param_group_id
Declaration
public string create_group_param_group_id
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the group ID. When this parameter is not specified, a group ID assigned by the backend is returned by a callback if the group is created successfully. If you want to set a custom group ID when creating a community, the prefix must be `"@TGS#_"`. |
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> | Write-only (optional); the array of initial group members |
create_group_param_group_name
Declaration
public string create_group_param_group_name
Field Value
Type | Description |
---|---|
System.String | Write-only (required); the group name |
create_group_param_group_type
Declaration
public TIMGroupType create_group_param_group_type
Field Value
Type | Description |
---|---|
TIMGroupType | Write-only (optional); the group type. Default value: `Public`. |
create_group_param_introduction
Declaration
public string create_group_param_introduction
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the group profile |
create_group_param_max_member_num
Declaration
public uint create_group_param_max_member_num
Field Value
Type | Description |
---|---|
System.UInt32 | Write-only (optional); the maximum number of group members |
create_group_param_notification
Declaration
public string create_group_param_notification
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the group notification |