# RequestDialogParams
Parameters to pass to presentSendRequestDialog method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# actionType
actionType :Number
The nature of the request. Required if objectID is set.
This API can be assigned the following constants:
# filters
filters :Number
The set of friends someone sees if a multi-friend selector is shown.
This API can be assigned the following constants:
# objectID
objectID :String
The Open Graph object ID of the object being sent. Required if actionType is set.
# recipientSuggestions
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.