How to have replies to messages (Whatsapp style)? For web and for mobile.
To reply to a message. Send a message like this
await kitty.sendMessage({
message: message,
body: 'Hello, world!',
});
Where is the detail (message id or original message) of the message being replied to?