Class GroupPendencyOption
Inheritance
System.Object
GroupPendencyOption
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 GroupPendencyOption
Fields
group_pendency_option_max_limited
Declaration
public uint group_pendency_option_max_limited
Field Value
Type | Description |
---|---|
System.UInt32 | Write-only (optional); the recommended number of pending requests to be pulled. The server can return pending requests as required. However, this key does not indicate whether a pending request is handled. |
group_pendency_option_start_time
Declaration
public ulong group_pendency_option_start_time
Field Value
Type | Description |
---|---|
System.UInt64 | Write-only (required); set the pull timestamp. Enter 0 for the first request. Subsequently, enter GroupPendencyResultthe corresponding value based on the timestamp specified by `kTIMGroupPendencyResultNextStartTime` returned by the server. |