Class ConvInfo
Inheritance
Inherited Members
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class ConvInfo
Fields
conv_active_time
Declaration
public ulong conv_active_time
Field Value
Type | Description |
---|---|
System.UInt64 | Read-only; the conversation activation time |
conv_draft
Declaration
public Draft conv_draft
Field Value
Type | Description |
---|---|
Draft | Read-only (optional); the conversation draft |
conv_group_at_info_array
Declaration
public List<GroupAtInfo> conv_group_at_info_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<GroupAtInfo> | Read-only (optional); @ information list of a group conversation, which is used to display "someone@me" or "@all" notifications |
conv_id
Declaration
public string conv_id
Field Value
Type | Description |
---|---|
System.String | Read-only; the conversation ID |
conv_is_has_draft
Declaration
public bool conv_is_has_draft
Field Value
Type | Description |
---|---|
System.Boolean | Read-only; whether the conversation has a draft |
conv_is_has_lastmsg
Declaration
public bool conv_is_has_lastmsg
Field Value
Type | Description |
---|---|
System.Boolean | Read-only; whether the conversation has a last message |
conv_is_pinned
Declaration
public bool conv_is_pinned
Field Value
Type | Description |
---|---|
System.Boolean | Read-only; whether to pin the conversation on top |
conv_last_msg
Declaration
public Message conv_last_msg
Field Value
Type | Description |
---|---|
Message | Read-only; the last message of the conversation |
conv_owner
Declaration
public string conv_owner
Field Value
Type | Description |
---|---|
System.String | Read-only; the conversation owner, disused |
conv_recv_opt
Declaration
public TIMReceiveMessageOpt conv_recv_opt
Field Value
Type | Description |
---|---|
TIMReceiveMessageOpt | Read-only (optional); message receiving option |
conv_show_name
Declaration
public string conv_show_name
Field Value
Type | Description |
---|---|
System.String | Read-only; conversation display name. Display priorities: 1. for a group conversation, group name -> group ID; 2. for a C2C conversation, peer's remarks -> peer's nickname -> peer's UserID. |
conv_type
Declaration
public TIMConvType conv_type
Field Value
Type | Description |
---|---|
TIMConvType | Read-only; the conversation type |
conv_unread_num
Declaration
public ulong conv_unread_num
Field Value
Type | Description |
---|---|
System.UInt64 | Read-only; the unread count of the conversation |