---
title: "reply(content:message:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwconnectiongroup/message/reply(content:message:)"
---

# reply(content:message:)

Sends a reply to the specific endpoint that originates a group message you receive.

## Declaration

```swift
func reply(content: Data?, message: NWConnectionGroup.Message = .default)
```

## See Also

### Replying to Received Messages

- [extractConnection()](network/nwconnectiongroup/message/extractconnection().md)
