<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIConversationContext/Entry",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIConversationEntry"
  },
  "title" : "UIConversationContext.Entry"
}
-->

# UIConversationContext.Entry

A base class that represents a message in a conversation.

```
class Entry
```

## Topics

### Identifying the entry

[`entryIdentifier`](/documentation/UIKit/UIConversationContext/Entry/entryIdentifier)

A string that uniquely identifies this specific entry in the conversation.

[`replyThreadIdentifier`](/documentation/UIKit/UIConversationContext/Entry/replyThreadIdentifier)

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

### Getting entry details

[`text`](/documentation/UIKit/UIConversationContext/Entry/text)

A string that contains the message’s text.

[`sentDate`](/documentation/UIKit/UIConversationContext/Entry/sentDate)

A date that notes when the sender added the message to the conversation.

### Identifying entry participants

[`senderIdentifier`](/documentation/UIKit/UIConversationContext/Entry/senderIdentifier)

A string that identifies the message’s sender.

[`primaryRecipientIdentifiers`](/documentation/UIKit/UIConversationContext/Entry/primaryRecipientIdentifiers)

A set of strings that identifies the primary recipients of the message.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)