QuickReply
data class QuickReply( val body: String, val replies: List<ContentData.Reply>, val rawData: String = "") : ContentData
Content copied to clipboard
Let recipients tap, rather than type, to respond to the message. Represents the twilio/quick-reply content type.
Constructors
Link copied to clipboard
fun QuickReply( body: String, replies: List<ContentData.Reply>, rawData: String = "")
Content copied to clipboard