---
title: message
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkturnbasedexchangereply/message
---

# message

A message from the recipient to the sender of the exchange request.

## Declaration

```swift
var message: String? { get }
```

## See Also

### Retrieving Reply Details

- [data](gamekit/gkturnbasedexchangereply/data.md)
- [recipient](gamekit/gkturnbasedexchangereply/recipient.md)
- [replyDate](gamekit/gkturnbasedexchangereply/replydate.md)
