Show / Hide Table of Contents

Class MessageSearchResultItem

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

Fields

msg_search_result_item_conv_id

Declaration
public string msg_search_result_item_conv_id
Field Value
Type Description
System.String

msg_search_result_item_conv_type

Declaration
public TIMConvType msg_search_result_item_conv_type
Field Value
Type Description
TIMConvType

msg_search_result_item_message_array

Declaration
public List<Message> msg_search_result_item_message_array
Field Value
Type Description
System.Collections.Generic.List<Message>

msg_search_result_item_total_message_count

Declaration
public uint msg_search_result_item_total_message_count
Field Value
Type Description
System.UInt32
In This Article
Back to top Generated by DocFX