Show / Hide Table of Contents

Class GroupPendency

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

Fields

group_pendency_add_time

Declaration
public ulong group_pendency_add_time
Field Value
Type Description
System.UInt64

Read-only; the time when the group pending request was added

group_pendency_apply_invite_msg

Declaration
public string group_pendency_apply_invite_msg
Field Value
Type Description
System.String

Read-only; the request or invitation remarks

group_pendency_approval_msg

Declaration
public string group_pendency_approval_msg
Field Value
Type Description
System.String

Read-only; the approval information: Accept or refuse

group_pendency_authentication

Declaration
public string group_pendency_authentication
Field Value
Type Description
System.String

Read-only; the signing information, which customers can ignore

group_pendency_form_identifier

Declaration
public string group_pendency_form_identifier
Field Value
Type Description
System.String

Read/Write; the requester's ID. For a request to join a group, it refers to the requester's ID. For a request to invite a user to a group, it refers to the inviter's ID.

group_pendency_form_user_defined_data

Declaration
public string group_pendency_form_user_defined_data
Field Value
Type Description
System.String

Read-only; the custom field for the requester or inviter

group_pendency_group_id

Declaration
public string group_pendency_group_id
Field Value
Type Description
System.String

Read/Write; the group ID

group_pendency_handle_result

Declaration
public TIMGroupPendencyHandleResult group_pendency_handle_result
Field Value
Type Description
TIMGroupPendencyHandleResult

Read-only; the processing type of the group pending request

group_pendency_handled

Declaration
public TIMGroupPendencyHandle group_pendency_handled
Field Value
Type Description
TIMGroupPendencyHandle

Read-only; the state of the group pending request

group_pendency_key

Declaration
public string group_pendency_key
Field Value
Type Description
System.String

Read-only; the signing information, which customers can ignore

group_pendency_pendency_type

Declaration
public TIMGroupPendencyType group_pendency_pendency_type
Field Value
Type Description
TIMGroupPendencyType

Read-only; the type of the group pending request

group_pendency_self_identifier

Declaration
public string group_pendency_self_identifier
Field Value
Type Description
System.String

Read-only; your ID

group_pendency_to_identifier

Declaration
public string group_pendency_to_identifier
Field Value
Type Description
System.String

Read/Write; the handler's ID, which means the ID of the admin whose handles this `group pending request`

group_pendency_to_user_defined_data

Declaration
public string group_pendency_to_user_defined_data
Field Value
Type Description
System.String

Read-only; the custom field for the approver

In This Article
Back to top Generated by DocFX