Show / Hide Table of Contents

Class MsgBatchSendParam

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

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>

只写(必填), 接收群发消息的用户 ID 列表

msg_batch_send_param_msg

Declaration
public Message msg_batch_send_param_msg
Field Value
Type Description
Message

只写(必填), 群发的消息

In This Article
Back to top Generated by DocFX