# Replied message

**URL:** https://forum.social.plus/t/replied-message/1427
**Category:** TS SDK
**Created:** [August 14, 2024, 4:20pm UTC](https://forum.social.plus/t/replied-message/1427 "2024-08-14T16:20:01Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![javoxir1](https://avatars.discourse-cdn.com/v4/letter/j/46a35a/32.png) [@javoxir1](https://forum.social.plus/u/javoxir1)
#### Post date: [August 14, 2024, 4:20pm UTC](https://forum.social.plus/t/replied-message/1427/1 "2024-08-14T16:20:01Z")

</div>

how can i show replied message under my message. like other chats. so i replied to one message, and whant to show its content under my message block?

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 15, 2024, 5:41am UTC](https://forum.social.plus/t/replied-message/1427/2 "2024-08-15T05:41:46Z")

</div>

Hello @javoxir1 , To display a replied message under your message, you can refer to the following documentation: [Reply to a Message](https://docs.amity.co/amity-sdk/chat/messaging/send-a-message/reply-to-a-message).

---

<div class="post-metadata">

### Author: ![javoxir1](https://avatars.discourse-cdn.com/v4/letter/j/46a35a/32.png) [@javoxir1](https://forum.social.plus/u/javoxir1)
#### Post date: [August 15, 2024, 5:44am UTC](https://forum.social.plus/t/replied-message/1427/3 "2024-08-15T05:44:28Z")

</div>

yes i see that i can reply but how can i show text of replied message? can i get some extra filed with it’s content or should i get message with parentId?

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 15, 2024, 6:23am UTC](https://forum.social.plus/t/replied-message/1427/4 "2024-08-15T06:23:16Z")

</div>

Yes, you can retrieve the message using the parentId. This will allow you to access the content of the replied message

---

<div class="post-metadata">

### Author: ![javoxir1](https://avatars.discourse-cdn.com/v4/letter/j/46a35a/32.png) [@javoxir1](https://forum.social.plus/u/javoxir1)
#### Post date: [August 15, 2024, 6:25am UTC](https://forum.social.plus/t/replied-message/1427/5 "2024-08-15T06:25:50Z")

</div>

but isn’t it be bad performance if i request parent message for all messages if they had. i mean it can be multiple requests all time

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 15, 2024, 6:36am UTC](https://forum.social.plus/t/replied-message/1427/6 "2024-08-15T06:36:23Z")

</div>

@javoxir1 Let me pass this to our team for checking, and I’ll get back to you.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 15, 2024, 10:43am UTC](https://forum.social.plus/t/replied-message/1427/7 "2024-08-15T10:43:09Z")

</div>

@javoxir1 From checking with our team, you can use ParentID because it will only be requested once when you retrieve that specific message. This approach should not negatively impact performance.
