---
title: inviteMessage
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkmatchrequest/invitemessage
---

# inviteMessage

The message sent to other players when the local player invites them to join a match.

## Declaration

```swift
var inviteMessage: String? { get set }
```

## See Also

### Inviting players

- [recipients](gamekit/gkmatchrequest/recipients.md)
- [recipientResponseHandler](gamekit/gkmatchrequest/recipientresponsehandler.md)
- [GKInviteRecipientResponse](gamekit/gkinviterecipientresponse.md)
