Class DraftParam
Inheritance
System.Object
DraftParam
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 DraftParam
Fields
draft_edit_time
Declaration
public ulong draft_edit_time
Field Value
Type | Description |
---|---|
System.UInt64 | Read-only; the latest edit time of the draft message |
draft_msg
Declaration
public Message draft_msg
Field Value
Type | Description |
---|---|
Message | Read-only; the draft message |
draft_user_define
Declaration
public string draft_user_define
Field Value
Type | Description |
---|---|
System.String | Read-only; the user-defined data |