Reply class
Leave feedback
On this page
Represents an annotation comment.
The Reply type exposes the following members:
| Constructor | Description |
|---|---|
| init |
| Method | Description |
|---|---|
| clone | Returns a new instance with the same values. |
| Property | Description |
|---|---|
| comment | The comment text content. |
| id | The comment identifier. |
| parent_reply | The parent comment (in case current one is a reply to the original one). |
| replied_on | The comment creation date and time. |
| user | The comment author. |
from groupdocs.annotation.models import Reply
# Create a reply and set its comment
reply = Reply()
reply.comment = "Please double-check this"
Task guides that use Reply:
- AI agents and LLM integration
- Comments and replies
- GroupDocs.Annotation for Python via .NET Overview
- module
groupdocs.annotation.models
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.