Reply Message
data class ReplyMessage(val text: String, val payload: String, val iconUrl: URI? = null) : MessageBody
Represents a reply message.
Throws
if the text or payload is blank, or if the payload surpasses 512 characters and the text surpasses 50 characters.