Inherits from GenericMessageRequest : BaseRequest : NSObject
Declared in ModeratorMessageRequest.h
ModeratorMessageRequest.m

Overview

Send a Moderator Message to a specific User or groups of Users

The sender must have the moderator privileges to be able to send these kinds of messages. The recipient parameter can be used to specify if the message is sent to a User, a Room, the Room Group or the whole Zone.

See MessageRecipientMode,

Tasks

Class Methods

requestWithMessage:recipientMode:params:

the moderator message

+ (id)requestWithMessage:(NSString *)message recipientMode:(MessageRecipientMode *)recipientMode params:(id<ISFSObject>)params

Parameters

message

the moderator message

recipientMode

the recipient mode (message can be sent to single User, a Room, the whole Room Group or the Zone)

params

custom extra parameters (optional)

Declared In

ModeratorMessageRequest.h