Class WhatsAppDocumentMessage
-
- All Implemented Interfaces:
public final class WhatsAppDocumentMessage extends WhatsAppMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final WhatsAppAttachmentdocumentprivate final Stringidprivate final Stringfromprivate final Stringtimestampprivate final WhatsAppContextcontextprivate final StringgroupIdprivate final WhatsAppMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppDocumentMessage(WhatsAppAttachment document, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
Method Summary
Modifier and Type Method Description final WhatsAppAttachmentgetDocument()StringgetId()StringgetFrom()StringgetTimestamp()WhatsAppContextgetContext()StringgetGroupId()-
-
Constructor Detail
-
WhatsAppDocumentMessage
WhatsAppDocumentMessage(WhatsAppAttachment document, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
-
Method Detail
-
getDocument
final WhatsAppAttachment getDocument()
-
getTimestamp
String getTimestamp()
-
getContext
WhatsAppContext getContext()
-
getGroupId
String getGroupId()
-
-
-
-