Class ModeratorMessageRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.GenericMessageRequest
sfs3.client.requests.ModeratorMessageRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class ModeratorMessageRequest extends sfs3.client.requests.GenericMessageRequest
Sends a moderator message to a specific user or a group of users.

The current user must have moderation privileges to be able to send the message (see the User.privilegeId property).

The recipientMode parameter in the class constructor is used to determine the message recipients: a single user or all the users in a Room, a Group or the entire Zone. Upon message delivery, the clients of the recipient users dispatch the moderatorMessage event.

See Also: