Class WhatsAppUnknownMessage
-
- All Implemented Interfaces:
public final class WhatsAppUnknownMessage extends WhatsAppMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final List<WhatsAppError>errorsprivate final Stringidprivate final Stringfromprivate final Stringtimestampprivate final WhatsAppContextcontextprivate final StringgroupIdprivate final WhatsAppMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppUnknownMessage(List<WhatsAppError> errors, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
Method Summary
Modifier and Type Method Description final List<WhatsAppError>getErrors()StringgetId()StringgetFrom()StringgetTimestamp()WhatsAppContextgetContext()StringgetGroupId()-
-
Constructor Detail
-
WhatsAppUnknownMessage
WhatsAppUnknownMessage(List<WhatsAppError> errors, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
-
Method Detail
-
getErrors
final List<WhatsAppError> getErrors()
-
getTimestamp
String getTimestamp()
-
getContext
WhatsAppContext getContext()
-
getGroupId
String getGroupId()
-
-
-
-