Class MsgBatchSendParam
Inheritance
System.Object
MsgBatchSendParam
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 MsgBatchSendParam
Fields
msg_batch_send_param_identifier_array
Declaration
public List<string> msg_batch_send_param_identifier_array
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only (required); the list of recipient UserIDs for batch message sending |
msg_batch_send_param_msg
Declaration
public Message msg_batch_send_param_msg
Field Value
Type | Description |
---|---|
Message | Write-only (required); the messages sent in batches |