Show / Hide Table of Contents

Class GroupHandlePendencyParam

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

Fields

group_handle_pendency_param_handle_msg

Declaration
public string group_handle_pendency_param_handle_msg
Field Value
Type Description
System.String

Write-only (optional); the information on agreement or refusal. This is empty by default.

group_handle_pendency_param_is_accept

Declaration
public bool group_handle_pendency_param_is_accept
Field Value
Type Description
System.Boolean

Write-only (optional). `true`: Accept; `false` (default): Refuse.

group_handle_pendency_param_pendency

Declaration
public GroupPendency group_handle_pendency_param_pendency
Field Value
Type Description
GroupPendency

Write-only (required); pendency details

In This Article
Back to top Generated by DocFX