Options
All
  • Public
  • Public/Protected
  • All
Menu
param

params 群发消息json字符串 msg_batch_send_param_identifier_array 只写(必填), 群发的ID列表 msg_batch_send_param_msg 只写(必填), 群发的消息

param

user_data 用户自定义数据,ImSDK只负责传回给回调函数cb,不做任何处理

Hierarchy

  • MsgBatchSendParams

Index

Properties

Properties

params

params: { msg_batch_send_param_identifier_array: string[]; msg_batch_send_param_msg: Json_value_msg }

Type declaration

  • msg_batch_send_param_identifier_array: string[]
  • msg_batch_send_param_msg: Json_value_msg

Optional user_data

user_data: string

Generated using TypeDoc