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