receiverList property

List<String>? receiverList
getter/setter pair

~english The recipient list of a targeted message.

This property is used only for messages in groups and chat rooms. ~end

~chinese 定向消息的接收方。

该属性仅对群组和聊天室中的消息有效,则消息发送给群组或聊天室的所有成员。 ~end

Implementation

List<String>? receiverList;