# RequestDialogParams

Parameters to pass to presentSendRequestDialog method.

Availability
4.0.0
4.0.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# actionType

Availability
5.0.0
5.0.0
actionType :Number

The nature of the request. Required if objectID is set.


# data

Availability
4.0.0
4.0.0
data :Dictionary

Additional data to send with the request object.


# filters

Availability
5.0.0
5.0.0
filters :Number

The set of friends someone sees if a multi-friend selector is shown.


# message

Availability
4.0.0
4.0.0
message :String

Message to send with the request.


# objectID

Availability
5.0.0
5.0.0
objectID :String

The Open Graph object ID of the object being sent. Required if actionType is set.


# recipients

Availability
5.0.0
5.0.0
recipients :Array<String>

Array of pre-selected facebook ids.


# recipientSuggestions

Availability
5.0.0
5.0.0
recipientSuggestions :Array<String>

An array of user IDs that will be included in the dialog as the first suggested friends. Cannot be used together with filters.


# title

Availability
4.0.0
4.0.0
title :String

Title of request.