Text
data class Text(val body: String, val rawData: String = "") : ContentData
Content copied to clipboard
Contains only plain text-based content. Represents the twilio/text content type.
Contains only plain text-based content. Represents the twilio/text content type.