data class WhatsAppTextMessage : WhatsAppMessage
(source)
<init> |
WhatsAppTextMessage(text: WhatsAppTextBody, id: String, from: String, timestamp: String, context: WhatsAppContext? = null, groupId: String? = null) |
context |
val context: WhatsAppContext? |
from |
val from: String |
groupId |
val groupId: String? |
id |
val id: String |
text |
val text: WhatsAppTextBody |
timestamp |
val timestamp: String |