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?
Hello @javoxir1 , To display a replied message under your message, you can refer to the following documentation: Reply to a Message.
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?
Yes, you can retrieve the message using the parentId. This will allow you to access the content of the replied message
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
@javoxir1 Let me pass this to our team for checking, and I’ll get back to you.
@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.