Show / Hide Table of Contents

Class MsgGetMsgListParam

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

Fields

msg_getmsglist_param_count

Declaration
public uint msg_getmsglist_param_count
Field Value
Type Description
System.UInt32

Write-only (optional); the number of messages following the specified message

msg_getmsglist_param_is_forward

Declaration
public bool msg_getmsglist_param_is_forward
Field Value
Type Description
System.Boolean

Write-only (optional); whether the sorting mode is forward sorting

msg_getmsglist_param_is_remble

Declaration
public bool msg_getmsglist_param_is_remble
Field Value
Type Description
System.Boolean

Write-only (optional); whether the message is a roaming message

msg_getmsglist_param_last_msg

Declaration
public Message msg_getmsglist_param_last_msg
Field Value
Type Description
Message

Write-only (optional); the specified message. This parameter cannot be null.

msg_getmsglist_param_last_msg_seq

Declaration
public ulong msg_getmsglist_param_last_msg_seq
Field Value
Type Description
System.UInt64

Write-only (optional); the sequence number of the specified message

msg_getmsglist_param_time_begin

Declaration
public ulong msg_getmsglist_param_time_begin
Field Value
Type Description
System.UInt64

Write-only (optional); the start time; UTC timestamp, in seconds

msg_getmsglist_param_time_period

Declaration
public ulong msg_getmsglist_param_time_period
Field Value
Type Description
System.UInt64

Write-only (optional); the duration, in seconds

In This Article
Back to top Generated by DocFX