Class InviteUsersRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.invitation.InviteUsersRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class InviteUsersRequest extends BaseRequest
Sends a generic invitation to a list of users.

Invitations can be used for different purposes, such as requesting users to join a game or visit a specific Room, asking the permission to add them as buddies, etc. Invited users receive the invitation as an invitation event dispatched to their clients: they can accept or refuse it by means of the InvitationReplyRequest request, which must be sent within the specified amount of time.

See Also: