---
title: replyThreadIdentifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiconversationcontext/entry/replythreadidentifier
---

# replyThreadIdentifier

An optional string that identifies another message in a conversation, when this entry is a reply to that message.

## Declaration

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

## Discussion

Discussion When an entry is a reply to another conversation entry, this contains the identifier of the conversation entry that the person replied to.

## See Also

### Identifying the entry

- [entryIdentifier](uikit/uiconversationcontext/entry/entryidentifier.md)
