Class MsgBatchSendResult
Inheritance
System.Object
MsgBatchSendResult
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 MsgBatchSendResult
Fields
msg_batch_send_result_code
Declaration
public int msg_batch_send_result_code
Field Value
Type | Description |
---|---|
System.Int32 |
msg_batch_send_result_desc
Declaration
public string msg_batch_send_result_desc
Field Value
Type | Description |
---|---|
System.String |
msg_batch_send_result_identifier
Declaration
public string msg_batch_send_result_identifier
Field Value
Type | Description |
---|---|
System.String |
msg_batch_send_result_msg
Declaration
public Message msg_batch_send_result_msg
Field Value
Type | Description |
---|---|
Message |