---
title: recipients
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendmessageintent/recipients
---

# recipients

The array of users to receive the message.

## Declaration

```swift
var recipients: [INPerson]? { get }
```

## Mentioned in

Improving interactions between Siri and your messaging app

## Discussion

Discussion Use this property to identify the intended recipients of the message. During the resolution phase, use the information in each INPerson object to resolve the named individual to a specific user of your app.

## See Also

### Specifying Details About a Message

- [outgoingMessageType](intents/insendmessageintent/outgoingmessagetype.md)
- [conversationIdentifier](intents/insendmessageintent/conversationidentifier.md)
- [speakableGroupName](intents/insendmessageintent/speakablegroupname.md)
- [content](intents/insendmessageintent/content.md)
- [serviceName](intents/insendmessageintent/servicename.md)
- [sender](intents/insendmessageintent/sender.md)
- [attachments](intents/insendmessageintent/attachments.md)
