SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <PrivateMessageRequest.h>
Inherits GenericMessageRequest.
Instance Methods | |
(id) | - initWithMessage:recipientId:params: |
Class Methods | |
(id) | + requestWithMessage:recipientId:params: |
(id) | + requestWithMessage:recipientId: |
Send a chat Private Message to another User
Private Messages can be exchanged between Users in the same Rooms or in different Rooms. They can also be sent between Users that are not joined to any Rooms at all.
+ (id) requestWithMessage: | (NSString *) | message | |
recipientId: | (NSInteger) | recipientId | |
params: | (id <ISFSObject>) | params | |
recipientId | the id of the recipient User |
message | the private chat message |
params | custom extra parameters (optional) |