Show / Hide Table of Contents

Class FriendshipGetPendencyListParam

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

Fields

friendship_get_pendency_list_param_limited_size

Declaration
public int friendship_get_pendency_list_param_limited_size
Field Value
Type Description
System.Int32

Write-only; the number of items on each page of the pending request list

friendship_get_pendency_list_param_start_seq

Declaration
public ulong friendship_get_pendency_list_param_start_seq
Field Value
Type Description
System.UInt64

Write-only; the start sequence number for getting the pending request list by page. The largest sequence number contained in the returned result for the current page is used as the start sequence number of the next page.

friendship_get_pendency_list_param_start_time

Declaration
public ulong friendship_get_pendency_list_param_start_time
Field Value
Type Description
System.UInt64

Write-only; the start timestamp of getting the pending request information

friendship_get_pendency_list_param_type

Declaration
public TIMFriendPendencyType friendship_get_pendency_list_param_type
Field Value
Type Description
TIMFriendPendencyType

Write-only; the type of the pending friend request

In This Article
Back to top Generated by DocFX