Show / Hide Table of Contents

Class MsgLocator

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

Fields

message_locator_conv_id

Declaration
public bool message_locator_conv_id
Field Value
Type Description
System.Boolean

Read/Write; the conversation ID of the message to locate

message_locator_conv_type

Declaration
public bool message_locator_conv_type
Field Value
Type Description
System.Boolean

Read/Write; the conversation type of the message to locate

message_locator_is_revoked

Declaration
public bool message_locator_is_revoked
Field Value
Type Description
System.Boolean

Read/Write (required); whether the message to locate is recalled. `true`: Recalled; `false` (default): Not recalled.

message_locator_is_self

Declaration
public bool message_locator_is_self
Field Value
Type Description
System.Boolean

Read/Write (required); whether the sender of the message to locate is the current user. `true`: Yes; `false` (default): No.

message_locator_rand

Declaration
public ulong message_locator_rand
Field Value
Type Description
System.UInt64

Read/Write (required); the random code of the message to locate

message_locator_seq

Declaration
public ulong message_locator_seq
Field Value
Type Description
System.UInt64

Read/Write (required); the sequence number of the message to locate

message_locator_time

Declaration
public ulong message_locator_time
Field Value
Type Description
System.UInt64

Read/Write (required); the timestamp of the message to locate

message_locator_unique_id

Declaration
public ulong message_locator_unique_id
Field Value
Type Description
System.UInt64

Read/Write (required); the unique ID of the message to locate

In This Article
Back to top Generated by DocFX