Show / Hide Table of Contents

Class MessageReceipt

Inheritance
System.Object
ExtraData
MessageReceipt
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 MessageReceipt : ExtraData

Fields

msg_receipt_conv_id

Declaration
public string msg_receipt_conv_id
Field Value
Type Description
System.String

只读, 会话ID

msg_receipt_conv_type

Declaration
public TIMConvType msg_receipt_conv_type
Field Value
Type Description
TIMConvType

只读, 会话类型

msg_receipt_is_peer_read

Declaration
public bool msg_receipt_is_peer_read
Field Value
Type Description
System.Boolean

msg_receipt_msg_id

Declaration
public string msg_receipt_msg_id
Field Value
Type Description
System.String

msg_receipt_read_count

Declaration
public int msg_receipt_read_count
Field Value
Type Description
System.Int32

msg_receipt_time_stamp

Declaration
public ulong msg_receipt_time_stamp
Field Value
Type Description
System.UInt64

只读, 时间戳

msg_receipt_unread_count

Declaration
public int msg_receipt_unread_count
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX